mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-23 11:19:55 +00:00
Do not install rtp.h (which should have never been part of the public API)
Originally committed as revision 11505 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
28748a9128
commit
cd4f256754
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user