Mercurial > audlegacy-plugins
diff src/ffmpeg/Makefile @ 829:1c250e20c6e3 trunk
[svn] - more video demuxing removed
| author | nenolod |
|---|---|
| date | Mon, 12 Mar 2007 15:15:54 -0700 |
| parents | c294c4700937 |
| children | dec0488e1344 |
line wrap: on
line diff
--- a/src/ffmpeg/Makefile Mon Mar 12 15:05:25 2007 -0700 +++ b/src/ffmpeg/Makefile Mon Mar 12 15:15:54 2007 -0700 @@ -93,7 +93,6 @@ libavformat/grab.c \ libavformat/idcin.c \ libavformat/idroq.c \ - libavformat/img.c \ libavformat/img2.c \ libavformat/ipmovie.c \ libavformat/isom.c \ @@ -125,13 +124,11 @@ libavformat/tiertexseq.c \ libavformat/tta.c \ libavformat/utils.c \ - libavformat/v4l2.c \ libavformat/wav.c \ libavformat/wc3movie.c \ libavformat/westwood.c \ libavformat/wv.c \ libavformat/yuv.c \ - libavformat/yuv4mpeg.c \ libavutil/adler32.c \ libavutil/crc.c \ libavutil/fifo.c \ @@ -148,6 +145,6 @@ OBJECTS = ${SOURCES:.c=.o} CFLAGS += $(PICFLAGS) $(GTK_CFLAGS) $(GLIB_CFLAGS) $(PANGO_CFLAGS) -I. -I../.. -I./libavformat \ - -I./libavcodec -I./libavutil -DHAVE_AV_CONFIG_H + -I./libavcodec -I./libavutil -DHAVE_AV_CONFIG_H -DCONFIG_DEMUXERS include ../../mk/objective.mk
