diff options
author | Clément Bœsch <ubitux@gmail.com> | 2012-06-17 11:42:47 +0200 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2012-06-29 20:21:28 +0200 |
commit | 53640f42be9f18368a8339116f8abf30616c60b2 (patch) | |
tree | 806c126d4494c863859c003774d48312c37dd8b5 /libavformat/Makefile | |
parent | d948893dbd963a268e2fc093b3d09b5037560974 (diff) | |
download | ffmpeg-53640f42be9f18368a8339116f8abf30616c60b2.tar.gz |
SAMI demuxer and decoder.
Diffstat (limited to 'libavformat/Makefile')
-rw-r--r-- | libavformat/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile index 2d78a81a3f..96fb954cad 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -296,6 +296,7 @@ OBJS-$(CONFIG_RTPDEC) += rdt.o \ OBJS-$(CONFIG_RTSP_DEMUXER) += rtsp.o rtspdec.o httpauth.o OBJS-$(CONFIG_RTSP_MUXER) += rtsp.o rtspenc.o httpauth.o \ rtpenc_chain.o +OBJS-$(CONFIG_SAMI_DEMUXER) += samidec.o OBJS-$(CONFIG_SAP_DEMUXER) += sapdec.o OBJS-$(CONFIG_SAP_MUXER) += sapenc.o rtpenc_chain.o OBJS-$(CONFIG_SBG_DEMUXER) += sbgdec.o |