From cf849000b52d55f01ca4906afde0a85cd45c8bc8 Mon Sep 17 00:00:00 2001 From: Michael Roitzsch Date: Fri, 11 Jul 2003 16:36:21 +0000 Subject: 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 --- src/libffmpeg/libavcodec/alpha/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/libffmpeg/libavcodec/alpha') 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 \ -- cgit v1.2.3