Fix another build problem on ia64.

Submitted by:	marcel
Approved by:	lioux (implicit)
This commit is contained in:
Joe Marcus Clarke 2003-09-30 17:09:47 +00:00
parent a56cd88569
commit a4ab8a8bad
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=89908
2 changed files with 20 additions and 0 deletions

View file

@ -0,0 +1,10 @@
--- 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)

View file

@ -0,0 +1,10 @@
--- 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)