From f60f0df116fd5bb625288a01de8addfd74e1b282 Mon Sep 17 00:00:00 2001
From: Thomas Jarosch <tomj@simonv.com>
Date: Mon, 30 Dec 2002 01:07:47 +0000
Subject: [PATCH] libav -> libavformat in Makefile patch by (Thomas Jarosch
 <tomj at simonv dot com>)

Originally committed as revision 1377 to svn://svn.ffmpeg.org/ffmpeg/trunk
---
 libavformat/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/libavformat/Makefile b/libavformat/Makefile
index 3bcddebb4a7..091fecf0cce 100644
--- a/libavformat/Makefile
+++ b/libavformat/Makefile
@@ -56,9 +56,9 @@ $(LIB): $(OBJS)
 installlib: all
 	install -m 644 $(LIB) $(prefix)/lib
 	mkdir -p $(prefix)/include/ffmpeg
-	install -m 644 $(SRC_PATH)/libav/avformat.h $(SRC_PATH)/libav/avio.h \
-                $(SRC_PATH)/libav/rtp.h $(SRC_PATH)/libav/rtsp.h \
-                $(SRC_PATH)/libav/rtspcodes.h \
+	install -m 644 $(SRC_PATH)/libavformat/avformat.h $(SRC_PATH)/libavformat/avio.h \
+                $(SRC_PATH)/libavformat/rtp.h $(SRC_PATH)/libavformat/rtsp.h \
+                $(SRC_PATH)/libavformat/rtspcodes.h \
                 $(prefix)/include/ffmpeg
 
 %.o: %.c
-- 
GitLab