summaryrefslogtreecommitdiff
path: root/src/libffmpeg/libavcodec/alpha
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/libffmpeg/libavcodec/alpha
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/libffmpeg/libavcodec/alpha')
-rw-r--r--src/libffmpeg/libavcodec/alpha/Makefile.am2
1 files changed, 2 insertions, 0 deletions
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 \