diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2009-01-10 09:53:21 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2009-01-10 09:53:21 +0000 |
commit | 78acb9e74b399588f7321ff87acd6dbeef6e387a (patch) | |
tree | c942386ca5287a6e1c04d4f3394821195588c0f7 /libavcodec/Makefile | |
parent | 7fd3c09e0f6560b72e2340f100886352eb9fc15d (diff) | |
download | ffmpeg-78acb9e74b399588f7321ff87acd6dbeef6e387a.tar.gz |
Move the AVCodecContext options definition to a dedicated file, reduce
the utils.c clutter.
Originally committed as revision 16514 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r-- | libavcodec/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile index 3b179d7f0d..dffbe44b22 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -15,6 +15,7 @@ OBJS = allcodecs.o \ imgconvert.o \ jrevdct.o \ opt.o \ + options.o \ parser.o \ raw.o \ resample.o \ |