aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/handbrake/files/patch-test_module.defs
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/handbrake/files/patch-test_module.defs')
-rw-r--r--multimedia/handbrake/files/patch-test_module.defs23
1 files changed, 0 insertions, 23 deletions
diff --git a/multimedia/handbrake/files/patch-test_module.defs b/multimedia/handbrake/files/patch-test_module.defs
deleted file mode 100644
index 575876503e1..00000000000
--- a/multimedia/handbrake/files/patch-test_module.defs
+++ /dev/null
@@ -1,23 +0,0 @@
---- ./test/module.defs.orig 2010-09-28 18:10:49.000000000 -0400
-+++ ./test/module.defs 2011-05-24 05:50:46.097808812 -0400
-@@ -10,8 +10,8 @@
- TEST.exe = $(BUILD/)$(call TARGET.exe,$(HB.name)CLI)
-
- TEST.libs = $(LIBHB.a) $(foreach n, \
-- a52 ass avcodec avformat avutil dca dvdnav dvdread faac fontconfig freetype mkv mpeg2 mp3lame mp4v2 \
-- ogg samplerate swscale theora vorbis vorbisenc x264 xml2 bluray, \
-+ a52 ass avformat avcodec avutil dca dvdnav dvdread faac fontconfig freetype mkv mpeg2 mp3lame mp4v2 \
-+ samplerate swscale theora vorbis vorbisenc ogg x264 xml2 bluray, \
- $(CONTRIB.build/)lib/lib$(n).a )
-
- TEST.install.exe = $(DESTDIR)$(PREFIX/)bin/$(notdir $(TEST.exe))
-@@ -50,6 +50,9 @@
- TEST.GCC.l += iconv
- else ifeq ($(BUILD.system),linux)
- TEST.GCC.l += pthread dl m
-+else ifeq ($(BUILD.system),freebsd)
-+ TEST.GCC.l += pthread iconv
-+ TEST.GCC.L += /usr/local/lib
- else ifeq ($(BUILD.system),solaris)
- TEST.GCC.l += pthread nsl socket
- else ifeq (1-mingw,$(BUILD.cross)-$(BUILD.system))