63069d7be3
from new maintainer Jacob Meuser
12 lines
410 B
Plaintext
12 lines
410 B
Plaintext
$OpenBSD: patch-libavcodec_Makefile,v 1.8 2004/10/13 01:38:21 jolan Exp $
|
|
--- libavcodec/Makefile.orig Fri Jun 18 06:11:15 2004
|
|
+++ libavcodec/Makefile Wed Oct 6 20:30:07 2004
|
|
@@ -177,6 +177,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
|
|
|