[FFmpeg-cvslog] r11505 - trunk/libavformat/Makefile

lucabe subversion
Fri Jan 11 13:24:47 CET 2008


Author: lucabe
Date: Fri Jan 11 13:24:46 2008
New Revision: 11505

Log:
Do not install rtp.h (which should have never been part of the public API)


Modified:
   trunk/libavformat/Makefile

Modified: trunk/libavformat/Makefile
==============================================================================
--- trunk/libavformat/Makefile	(original)
+++ trunk/libavformat/Makefile	Fri Jan 11 13:24:46 2008
@@ -8,7 +8,7 @@ CFLAGS += -I$(SRC_PATH)/libavcodec
 
 OBJS = allformats.o cutils.o os_support.o sdp.o utils.o
 
-HEADERS = avformat.h avio.h rtp.h rtsp.h rtspcodes.h
+HEADERS = avformat.h avio.h rtsp.h rtspcodes.h
 
 # muxers/demuxers
 OBJS-$(CONFIG_AAC_DEMUXER)               += raw.o




More information about the ffmpeg-cvslog mailing list