12 lines
432 B
Plaintext
12 lines
432 B
Plaintext
$OpenBSD: patch-libavcodec_Makefile,v 1.5 2003/11/04 07:50:19 jolan Exp $
|
|
--- libavcodec/Makefile.orig 2003-08-24 17:29:50.000000000 -0500
|
|
+++ libavcodec/Makefile 2003-09-26 02:47:15.000000000 -0500
|
|
@@ -142,6 +142,7 @@ OBJS := $(OBJS) $(ASM_OBJS)
|
|
LIB= $(LIBPREF)avcodec$(LIBSUF)
|
|
ifeq ($(BUILD_SHARED),yes)
|
|
SLIB= $(SLIBPREF)avcodec$(SLIBSUF)
|
|
+CFLAGS += ${PIC} -DPIC
|
|
endif
|
|
TESTS= imgresample-test dct-test motion-test fft-test
|
|
|