diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2009-01-10 09:56:07 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2009-01-10 09:56:07 +0000 |
commit | 708ec8fb31b26c63064b07aaa7210db8119c71c8 (patch) | |
tree | 7e6dbb58283d5891cfe1c46ee1a17e949a78e58e /libavformat/Makefile | |
parent | 63bfcb6997660eb02301f2407eb11905239312ac (diff) | |
download | ffmpeg-708ec8fb31b26c63064b07aaa7210db8119c71c8.tar.gz |
Move the AVFormatContext options definition to a dedicated file,
reduce the utils.c clutter.
Originally committed as revision 16516 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/Makefile')
-rw-r--r-- | libavformat/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile index 10a461ccdc..1db51591ea 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -5,7 +5,7 @@ FFLIBS = avcodec avutil HEADERS = avformat.h avio.h rtsp.h rtspcodes.h -OBJS = allformats.o cutils.o metadata.o metadata_compat.o os_support.o sdp.o utils.o +OBJS = allformats.o cutils.o metadata.o metadata_compat.o options.o os_support.o sdp.o utils.o # muxers/demuxers OBJS-$(CONFIG_AAC_DEMUXER) += raw.o |