summaryrefslogtreecommitdiffstats
path: root/libdha
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-10-23 10:02:21 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-10-23 10:02:21 +0000
commitcd48432d6c637af933ce0898e2ae450aaf853504 (patch)
tree0450e75b18c3cede75cd41685546f125fab4b7bd /libdha
parent2bf63bb4840102768a5799b668d0f61fade984aa (diff)
downloadmpv-cd48432d6c637af933ce0898e2ae450aaf853504.tar.bz2
mpv-cd48432d6c637af933ce0898e2ae450aaf853504.tar.xz
Remove -fno-PIC check from configure and put -fPIC back at the beginning
of CFLAGS in libdha/ and vidix/drivers/. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20404 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libdha')
-rw-r--r--libdha/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libdha/Makefile b/libdha/Makefile
index 91bdbc8d2f..ad7e1f9be9 100644
--- a/libdha/Makefile
+++ b/libdha/Makefile
@@ -29,7 +29,7 @@ SRCS=libdha.c \
OBJS=$(SRCS:.c=.o)
-CFLAGS = -I. -I.. $(OPTFLAGS) -fPIC
+CFLAGS = -fPIC -I. -I.. $(OPTFLAGS)
ifeq ($(TARGET_OS),OpenBSD)
ifeq ($(TARGET_ARCH_X86),yes)