diff options
author | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2003-12-28 01:05:16 +0000 |
---|---|---|
committer | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2003-12-28 01:05:16 +0000 |
commit | d4a1aee4afc92bc373635f2e846c5427f157631f (patch) | |
tree | c0acec0a30a454116fbafd4106284f4e7ca6b812 /multimedia | |
parent | c0c1552a0489aa664b0960a6a9716d1048e9edca (diff) | |
download | ports-d4a1aee4afc92bc373635f2e846c5427f157631f.tar.gz ports-d4a1aee4afc92bc373635f2e846c5427f157631f.zip |
Notes
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/ffmpeg-devel/files/patch-Makefile | 19 | ||||
-rw-r--r-- | multimedia/ffmpeg/files/patch-Makefile | 19 |
2 files changed, 32 insertions, 6 deletions
diff --git a/multimedia/ffmpeg-devel/files/patch-Makefile b/multimedia/ffmpeg-devel/files/patch-Makefile index be3ba07a2aa1..dbf623acdec4 100644 --- a/multimedia/ffmpeg-devel/files/patch-Makefile +++ b/multimedia/ffmpeg-devel/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: 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: |