summaryrefslogtreecommitdiff
path: root/multimedia/x264/files/patch-configure
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2009-03-31 13:58:18 +0000
committerPav Lucistnik <pav@FreeBSD.org>2009-03-31 13:58:18 +0000
commit694ee5533aa3eaba3a430504e5def5b30bbfeaa3 (patch)
treec50ac977c802e6e3298640ee8544eafba6ac93f7 /multimedia/x264/files/patch-configure
parentMake additional modules fetchable. (diff)
- Update x264 to 0.0.20081218
- Remove x264-gtk PR: ports/132780 Submitted by: Bapt <baptiste.daroussin@gmail.com> - Update libquicktime to 1.1.1 to fix build with new x264 Submitted by: kwm - Chase x264 shlib bump
Notes
Notes: svn path=/head/; revision=231385
Diffstat (limited to 'multimedia/x264/files/patch-configure')
-rw-r--r--multimedia/x264/files/patch-configure29
1 files changed, 0 insertions, 29 deletions
diff --git a/multimedia/x264/files/patch-configure b/multimedia/x264/files/patch-configure
deleted file mode 100644
index 052d3036cd26..000000000000
--- a/multimedia/x264/files/patch-configure
+++ /dev/null
@@ -1,29 +0,0 @@
---- configure.orig 2008-04-09 16:45:06.000000000 -0400
-+++ configure 2008-04-09 20:48:37.722733173 -0400
-@@ -248,7 +248,7 @@
- fi
- as_check || AS="nasm"
- ;;
-- x86_64)
-+ x86_64 | amd64)
- ARCH="X86_64"
- AS="yasm"
- if [ "$SYS" = MACOSX ];then
-@@ -372,7 +372,7 @@
- LDFLAGS="$LDFLAGS $libpthread"
- fi
-
--MP4_LDFLAGS="-lgpac_static"
-+MP4_LDFLAGS="-lgpac"
- if [ $SYS = MINGW ]; then
- MP4_LDFLAGS="$MP4_LDFLAGS -lwinmm"
- fi
-@@ -458,7 +458,7 @@
- cp config.mak gtk/config.mak
-
- if [ "$shared" = "yes" ]; then
-- API=$(grep '#define X264_BUILD' < x264.h | cut -f 3 -d ' ')
-+ API=50
- if [ "$SYS" = "MINGW" ]; then
- echo "SONAME=libx264-$API.dll" >> config.mak
- echo 'IMPLIBNAME=libx264.dll.a' >> config.mak