diff Makefile @ 8559:0a7fd7dbea1a libavcodec

Move the AVCodecContext options definition to a dedicated file, reduce the utils.c clutter.
author stefano
date Sat, 10 Jan 2009 09:53:21 +0000
parents d2db1ca608ff
children 11bcc8a9726b
line wrap: on
line diff
--- a/Makefile	Sat Jan 10 02:45:07 2009 +0000
+++ b/Makefile	Sat Jan 10 09:53:21 2009 +0000
@@ -15,6 +15,7 @@
        imgconvert.o                                                     \
        jrevdct.o                                                        \
        opt.o                                                            \
+       options.o                                                        \
        parser.o                                                         \
        raw.o                                                            \
        resample.o                                                       \