Mercurial > mplayer.hg
diff vidix/drivers/Makefile @ 20388:9e8d9b93639c
Remove -fno-PIC check from configure and put -fPIC back at the beginning
of CFLAGS in libdha/ and vidix/drivers/.
author | diego |
---|---|
date | Mon, 23 Oct 2006 10:02:21 +0000 |
parents | eac578fa4e75 |
children | 618d1857f4c4 |
line wrap: on
line diff
--- a/vidix/drivers/Makefile Mon Oct 23 08:12:41 2006 +0000 +++ b/vidix/drivers/Makefile Mon Oct 23 10:02:21 2006 +0000 @@ -6,7 +6,7 @@ VIDIX_LIBS = -L../../libdha -ldha VIDIX_LIBS_M = $(VIDIX_LIBS) -lm VIDIX_LIBS_X = $(VIDIX_LIBS_M) $(X_LIB) -VIDIX_CFLAGS= -I. -I.. $(OPTFLAGS) -fPIC +VIDIX_CFLAGS = -fPIC -I. -I.. $(OPTFLAGS) RAGE128_CFLAGS=$(VIDIX_CFLAGS) -DRAGE128 MGA_CRTC2_CFLAGS=$(VIDIX_CFLAGS) -DCRTC2