aboutsummaryrefslogtreecommitdiff
path: root/multimedia/ffmpeg-devel/files/patch-libavformat::Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/ffmpeg-devel/files/patch-libavformat::Makefile')
-rw-r--r--multimedia/ffmpeg-devel/files/patch-libavformat::Makefile13
1 files changed, 0 insertions, 13 deletions
diff --git a/multimedia/ffmpeg-devel/files/patch-libavformat::Makefile b/multimedia/ffmpeg-devel/files/patch-libavformat::Makefile
deleted file mode 100644
index 49134edfe3b8..000000000000
--- a/multimedia/ffmpeg-devel/files/patch-libavformat::Makefile
+++ /dev/null
@@ -1,13 +0,0 @@
---- libavformat/Makefile.orig Thu Sep 11 22:55:10 2003
-+++ libavformat/Makefile Thu Sep 11 23:12:50 2003
-@@ -88,8 +88,8 @@
- install: all
- ifeq ($(BUILD_SHARED),yes)
- install -d $(prefix)/lib
-- install -s -m 755 $(SLIB) $(prefix)/lib/libavformat-$(VERSION).so
-- ln -sf libavformat-$(VERSION).so $(prefix)/lib/libavformat.so
-+ install -s -m 755 $(SLIB) $(prefix)/lib/libavformat.so.0
-+ ln -sf libavformat.so.0 $(prefix)/lib/libavformat.so
- ldconfig || true
- mkdir -p $(prefix)/include/ffmpeg
- install -m 644 $(VPATH)/avformat.h $(prefix)/include/ffmpeg/avformat.h