summaryrefslogtreecommitdiff
path: root/libavcodec/Makefile
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2009-01-10 09:53:21 +0000
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2009-01-10 09:53:21 +0000
commit78acb9e74b399588f7321ff87acd6dbeef6e387a (patch)
treec942386ca5287a6e1c04d4f3394821195588c0f7 /libavcodec/Makefile
parent7fd3c09e0f6560b72e2340f100886352eb9fc15d (diff)
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/Makefile1
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 \