diff -ruN gstreamer-ffmpeg.orig/Makefile gstreamer-ffmpeg/Makefile --- gstreamer-ffmpeg.orig/Makefile Mon Apr 5 06:06:42 2004 +++ gstreamer-ffmpeg/Makefile Sun Apr 18 20:03:11 2004 @@ -36,10 +36,6 @@ .include -.if ${ARCH} == "ia64" || ${ARCH} == "amd64" -EXTRA_PATCHES+= ${FILESDIR}/ia64-patch-ffmpeg::configure -.endif - post-patch: @${REINPLACE_CMD} -E -e \ 's|make|${GMAKE}|' \ diff -ruN gstreamer-ffmpeg.orig/files/ia64-patch-ffmpeg::configure gstreamer-ffmpeg/files/ia64-patch-ffmpeg::configure --- gstreamer-ffmpeg.orig/files/ia64-patch-ffmpeg::configure Mon Apr 5 06:06:42 2004 +++ gstreamer-ffmpeg/files/ia64-patch-ffmpeg::configure Thu Jan 1 01:00:00 1970 @@ -1,10 +0,0 @@ ---- gst-libs/ext/ffmpeg/ffmpeg/configure.bak Sat Sep 27 18:39:42 2003 -+++ gst-libs/ext/ffmpeg/ffmpeg/configure Sat Sep 27 19:53:52 2003 -@@ -119,6 +119,7 @@ - v4l="no" - audio_oss="yes" - make="gmake" -+CFLAGS="$CFLAGS -fPIC -DPIC" - LDFLAGS="$LDFLAGS -export-dynamic" - ;; - BSD/OS)