[SCM] libav/experimental: Don't install rtsp.h. It is intended to be private, it depends on rtp code which isn't installed anyway (so it doesn't work).

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:38:34 UTC 2013


The following commit has been merged in the experimental branch:
commit 3b0fc60592e950d528724d577ce075c2e78cb350
Author: Ronald S. Bultje <rsbultje at gmail.com>
Date:   Mon Feb 16 16:24:01 2009 +0000

    Don't install rtsp.h. It is intended to be private, it depends on rtp code
    which isn't installed anyway (so it doesn't work).
    
    In the process, also remove public/private API comments from rtsp headers
    because they are unnecessary.
    
    Originally committed as revision 17379 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavformat/Makefile b/libavformat/Makefile
index e79860c..110a047 100644
--- a/libavformat/Makefile
+++ b/libavformat/Makefile
@@ -3,7 +3,7 @@ include $(SUBDIR)../config.mak
 NAME = avformat
 FFLIBS = avcodec avutil
 
-HEADERS = avformat.h avio.h rtsp.h rtspcodes.h
+HEADERS = avformat.h avio.h
 
 OBJS = allformats.o cutils.o metadata.o metadata_compat.o options.o os_support.o sdp.o utils.o
 
diff --git a/libavformat/rtsp.h b/libavformat/rtsp.h
index ca1e53f..6920b45 100644
--- a/libavformat/rtsp.h
+++ b/libavformat/rtsp.h
@@ -31,9 +31,6 @@ enum RTSPLowerTransport {
     RTSP_LOWER_TRANSPORT_UDP = 0,
     RTSP_LOWER_TRANSPORT_TCP = 1,
     RTSP_LOWER_TRANSPORT_UDP_MULTICAST = 2,
-    /**
-     * This is not part of public API and shouldn't be used outside of ffmpeg.
-     */
     RTSP_LOWER_TRANSPORT_LAST
 };
 

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list