d11f853ac6
ok biorn@ (MAINTAINER), ajacoutot@, brad@
13 lines
479 B
Plaintext
13 lines
479 B
Plaintext
$OpenBSD: patch-mpcommon_mak,v 1.1 2008/02/08 17:32:42 jakemsr Exp $
|
|
--- mpcommon.mak.orig Mon Jan 21 14:55:57 2008
|
|
+++ mpcommon.mak Mon Jan 21 14:56:09 2008
|
|
@@ -8,7 +8,7 @@ OBJS_MENCODER += $(addsuffix .o, $(basename $(SRCS_ME
|
|
|
|
CFLAGS-$(LIBAVCODEC) += -I../libavcodec
|
|
CFLAGS-$(LIBAVFORMAT) += -I../libavformat
|
|
-CFLAGS += $(CFLAGS-yes) $(OPTFLAGS)
|
|
+CFLAGS := $(CFLAGS-yes) $(OPTFLAGS)
|
|
|
|
LIBS-$(MPLAYER) += $(LIBNAME_MPLAYER)
|
|
LIBS-$(MENCODER) += $(LIBNAME_MENCODER)
|