summaryrefslogtreecommitdiff
path: root/src/libffmpeg/libavcodec/armv4l
diff options
context:
space:
mode:
authorMiguel Freitas <miguelfreitas@users.sourceforge.net>2002-07-15 20:34:49 +0000
committerMiguel Freitas <miguelfreitas@users.sourceforge.net>2002-07-15 20:34:49 +0000
commitfbb014bfa86dd9183d53d9f2e81ac5abfa75246c (patch)
treefb236f6a20ff6c4ae5c260cdab30bbe10adfd475 /src/libffmpeg/libavcodec/armv4l
parenta7a1b5d1c14b3a0badd915faa2ecf35b930ffcc5 (diff)
downloadxine-lib-fbb014bfa86dd9183d53d9f2e81ac5abfa75246c.tar.gz
xine-lib-fbb014bfa86dd9183d53d9f2e81ac5abfa75246c.tar.bz2
fix ffmpeg's default options
CVS patchset: 2281 CVS date: 2002/07/15 20:34:49
Diffstat (limited to 'src/libffmpeg/libavcodec/armv4l')
-rw-r--r--src/libffmpeg/libavcodec/armv4l/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/libffmpeg/libavcodec/armv4l/Makefile.am b/src/libffmpeg/libavcodec/armv4l/Makefile.am
index 7664a57f8..eb7470eeb 100644
--- a/src/libffmpeg/libavcodec/armv4l/Makefile.am
+++ b/src/libffmpeg/libavcodec/armv4l/Makefile.am
@@ -2,9 +2,9 @@
## Process this file with automake to produce Makefile.in
##
-#CFLAGS = @CFLAGS@ @LIBFFMPEG_CFLAGS@ -DCONFIG_DECODERS -DHAVE_AV_CONFIG_H
+#CFLAGS = @CFLAGS@ @LIBFFMPEG_CFLAGS@
-CFLAGS = -O2 $(LIBFFMPEG_CFLAGS) -DCONFIG_DECODERS -DHAVE_AV_CONFIG_H
+CFLAGS = -O2 $(LIBFFMPEG_CFLAGS)
ASFLAGS =
LIBTOOL = $(SHELL) $(top_builddir)/libtool-nofpic
@@ -28,7 +28,7 @@ noinst_HEADERS =
$(ASCOMPILE) -o $@ `test -f $< || echo '$(srcdir)/'`$<
debug:
- @$(MAKE) CFLAGS="$(DEBUG_CFLAGS) $(LIBFFMPEG_CFLAGS) -DCONFIG_DECODERS -DHAVE_AV_CONFIG_H"
+ @$(MAKE) CFLAGS="$(DEBUG_CFLAGS) $(LIBFFMPEG_CFLAGS)"
install-debug: debug
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am