summaryrefslogtreecommitdiff
path: root/multimedia/transcode/patches/patch-ap
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/transcode/patches/patch-ap')
-rw-r--r--multimedia/transcode/patches/patch-ap16
1 files changed, 0 insertions, 16 deletions
diff --git a/multimedia/transcode/patches/patch-ap b/multimedia/transcode/patches/patch-ap
deleted file mode 100644
index 62b884e9049..00000000000
--- a/multimedia/transcode/patches/patch-ap
+++ /dev/null
@@ -1,16 +0,0 @@
-$NetBSD: patch-ap,v 1.1.1.1 2004/05/10 13:47:08 wiz Exp $
-
---- 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=$(top_srcdir)/ffmpeg/av_config.h
-
--noinst_LIBRARIES = libtcavcodec.a
-+noinst_LTLIBRARIES = libtcavcodec.la
-
--libtcavcodec_a_SOURCES = \
-+libtcavcodec_la_SOURCES = \
- common.c utils.c mem.c allcodecs.c \
- mpegvideo.c jrevdct.c jfdctfst.c jfdctint.c \
- mpegaudio.c ac3enc.c mjpeg.c resample.c dsputil.c \