aboutsummaryrefslogtreecommitdiff
path: root/multimedia/ffmpeg
diff options
context:
space:
mode:
authorFUJISHIMA Satsuki <sf@FreeBSD.org>2003-12-28 01:05:16 +0000
committerFUJISHIMA Satsuki <sf@FreeBSD.org>2003-12-28 01:05:16 +0000
commitd4a1aee4afc92bc373635f2e846c5427f157631f (patch)
treec0acec0a30a454116fbafd4106284f4e7ca6b812 /multimedia/ffmpeg
parentc0c1552a0489aa664b0960a6a9716d1048e9edca (diff)
downloadports-d4a1aee4afc92bc373635f2e846c5427f157631f.tar.gz
ports-d4a1aee4afc92bc373635f2e846c5427f157631f.zip
Notes
Diffstat (limited to 'multimedia/ffmpeg')
-rw-r--r--multimedia/ffmpeg/files/patch-Makefile19
1 files changed, 16 insertions, 3 deletions
diff --git a/multimedia/ffmpeg/files/patch-Makefile b/multimedia/ffmpeg/files/patch-Makefile
index be3ba07a2aa1..dbf623acdec4 100644
--- a/multimedia/ffmpeg/files/patch-Makefile
+++ b/multimedia/ffmpeg/files/patch-Makefile
@@ -1,5 +1,5 @@
---- Makefile.orig Sun Sep 28 17:26:39 2003
-+++ Makefile Sat Dec 6 02:29:28 2003
+--- Makefile.orig Sun Dec 28 09:52:46 2003
++++ Makefile Sun Dec 28 10:00:38 2003
@@ -6,8 +6,7 @@
VPATH=$(SRC_PATH)
@@ -10,7 +10,20 @@
ifeq ($(TARGET_GPROF),yes)
CFLAGS+=-p
-@@ -69,8 +68,8 @@
+@@ -33,10 +32,11 @@
+ DEP_LIBS=libavcodec/$(SLIBPREF)avcodec$(SLIBSUF) libavformat/$(SLIBPREF)avformat$(SLIBSUF)
+ else
+ DEP_LIBS=libavcodec/$(LIBPREF)avcodec$(LIBSUF) libavformat/$(LIBPREF)avformat$(LIBSUF)
++endif
++
+ ifeq ($(CONFIG_MP3LAME),yes)
+ EXTRALIBS+=-lmp3lame
+ endif
+-endif
+
+ ifeq ($(CONFIG_VORBIS),yes)
+ EXTRALIBS+=-logg -lvorbis -lvorbisenc
+@@ -69,8 +69,8 @@
all: lib $(PROG) $(PROGTEST) $(VHOOK)
lib: