summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMichael Roitzsch <mroi@users.sourceforge.net>2003-07-11 16:36:21 +0000
committerMichael Roitzsch <mroi@users.sourceforge.net>2003-07-11 16:36:21 +0000
commitcf849000b52d55f01ca4906afde0a85cd45c8bc8 (patch)
tree2ab3e71d01a31c5cd35d74b57383c8853918715b /src
parent32bb30e644897a2a25f2c8586670a6c980aec30d (diff)
downloadxine-lib-cf849000b52d55f01ca4906afde0a85cd45c8bc8.tar.gz
xine-lib-cf849000b52d55f01ca4906afde0a85cd45c8bc8.tar.bz2
moving all libavcodec defines over to $(LIBFFMPEG_CFLAGS) and making sure,
this variable is used where necessary should fix MPEG encoding CVS patchset: 5141 CVS date: 2003/07/11 16:36:21
Diffstat (limited to 'src')
-rw-r--r--src/libffmpeg/libavcodec/Makefile.am2
-rw-r--r--src/libffmpeg/libavcodec/alpha/Makefile.am2
2 files changed, 3 insertions, 1 deletions
diff --git a/src/libffmpeg/libavcodec/Makefile.am b/src/libffmpeg/libavcodec/Makefile.am
index 17307c0c2..8722d2d0a 100644
--- a/src/libffmpeg/libavcodec/Makefile.am
+++ b/src/libffmpeg/libavcodec/Makefile.am
@@ -10,7 +10,7 @@ EXTRA_DIST = fdctref.c motion_est_template.c svq3.c wmv2.c \
ppc/mpegvideo_ppc.c ppc/dsputil_altivec.h ppc/idct_altivec.c \
imgresample.c motion_est.c
-AM_CFLAGS = $(LIBFFMPEG_CFLAGS) -DCONFIG_RISKY -DCONFIG_ENCODERS
+AM_CFLAGS = $(LIBFFMPEG_CFLAGS)
ASFLAGS =
noinst_LTLIBRARIES = libavcodec.la
diff --git a/src/libffmpeg/libavcodec/alpha/Makefile.am b/src/libffmpeg/libavcodec/alpha/Makefile.am
index 90fbf4c23..b7bb5f7ca 100644
--- a/src/libffmpeg/libavcodec/alpha/Makefile.am
+++ b/src/libffmpeg/libavcodec/alpha/Makefile.am
@@ -1,5 +1,7 @@
include $(top_srcdir)/misc/Makefile.common
+AM_CFLAGS = $(LIBFFMPEG_CFLAGS)
+
EXTRA_DIST = asm.h \
dsputil_alpha.c \
mpegvideo_alpha.c \