diff options
Diffstat (limited to 'graphics/transcode/patches/patch-ap')
-rw-r--r-- | graphics/transcode/patches/patch-ap | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/graphics/transcode/patches/patch-ap b/graphics/transcode/patches/patch-ap index 1417eb4b717..ebc8ab5fd19 100644 --- a/graphics/transcode/patches/patch-ap +++ b/graphics/transcode/patches/patch-ap @@ -1,10 +1,10 @@ -$NetBSD: patch-ap,v 1.2 2003/12/26 12:40:39 jmmv Exp $ +$NetBSD: patch-ap,v 1.3 2004/03/28 20:09:07 mycroft Exp $ ---- ffmpeg/libavcodec/Makefile.am.orig 2003-10-13 12:08:18.000000000 +0200 -+++ ffmpeg/libavcodec/Makefile.am -@@ -34,9 +34,9 @@ endif +--- ffmpeg/libavcodec/Makefile.am 2004-03-26 19:15:46.000000000 +0000 ++++ ffmpeg/libavcodec/Makefile.am 2004-03-26 19:15:58.000000000 +0000 +@@ -34,9 +34,9 @@ - AM_CFLAGS = -O2 -g -Wall -ffast-math $(ALTIVEC) $(X86) $(MMX) -DHAVE_AV_CONFIG_H -D_GNU_SOURCE --include=../av_config.h + AM_CFLAGS = -O2 -g -Wall -ffast-math $(ALTIVEC) $(X86) $(MMX) -DHAVE_AV_CONFIG_H -D_GNU_SOURCE --include=$(top_srcdir)/ffmpeg/av_config.h -noinst_LIBRARIES = libtcavcodec.a +noinst_LTLIBRARIES = libtcavcodec.la @@ -12,5 +12,5 @@ $NetBSD: patch-ap,v 1.2 2003/12/26 12:40:39 jmmv Exp $ -libtcavcodec_a_SOURCES = \ +libtcavcodec_la_SOURCES = \ common.c utils.c mem.c allcodecs.c \ - mpegvideo.c jrevdct.c jfdctfst.c jfdctint.c\ + mpegvideo.c jrevdct.c jfdctfst.c jfdctint.c \ mpegaudio.c ac3enc.c mjpeg.c resample.c dsputil.c \ |