From c62104ed7efd48703aee85ea05205a8f6bfb2f23 Mon Sep 17 00:00:00 2001 From: Daniel Caujolle-Bert Date: Sun, 16 Sep 2001 00:01:38 +0000 Subject: Few updates. autoconf-2.52/automake-1.5 supported. CVS patchset: 637 CVS date: 2001/09/16 00:01:38 --- src/libffmpeg/libavcodec/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/libffmpeg') diff --git a/src/libffmpeg/libavcodec/Makefile.am b/src/libffmpeg/libavcodec/Makefile.am index 915f13530..c2ffc84bc 100644 --- a/src/libffmpeg/libavcodec/Makefile.am +++ b/src/libffmpeg/libavcodec/Makefile.am @@ -5,6 +5,7 @@ #CFLAGS = -D_FILE_OFFSET_BITS=64 @GLOBAL_CFLAGS@ -DCONFIG_DECODERS -DHAVE_AV_CONFIG_H CFLAGS = @GLOBAL_CFLAGS@ @LIBFFMPEG_CFLAGS@ -DCONFIG_DECODERS -DHAVE_AV_CONFIG_H +ASFLAGS = LIBTOOL = $(SHELL) $(top_builddir)/libtool-nofpic @@ -33,6 +34,9 @@ noinst_HEADERS = avcodec.h dsputil.h mpegvideo.h dsputil_mmx_avg.h\ common.h h263data.h mpeg4data.h msmpeg4data.h \ mpeg12data.h +.s.lo: + $(ASCOMPILE) -o $@ `test -f $< || echo '$(srcdir)/'`$< + debug: @$(MAKE) CFLAGS="@DEBUG_CFLAGS@ @LIBFFMPEG_CFLAGS@ -DCONFIG_DECODERS -DHAVE_AV_CONFIG_H" -- cgit v1.2.3