Skip to content
Snippets Groups Projects
Commit 3364bd33 authored by Adrien Béraud's avatar Adrien Béraud
Browse files

contrib: apply LibAV OSX patch on OSX only

Tuleap: #224
Change-Id: Id29c2b189ed5daa06af9b0bd8dc1de5cfb2e94b1
parent 494bb0b6
No related branches found
No related tags found
No related merge requests found
...@@ -182,7 +182,9 @@ libav: libav-$(LIBAV_HASH).tar.xz .sum-libav ...@@ -182,7 +182,9 @@ libav: libav-$(LIBAV_HASH).tar.xz .sum-libav
mkdir -p $@-$(LIBAV_HASH) mkdir -p $@-$(LIBAV_HASH)
(cd $@-$(LIBAV_HASH) && tar xv --strip-components=1 -f ../$<) (cd $@-$(LIBAV_HASH) && tar xv --strip-components=1 -f ../$<)
$(UPDATE_AUTOCONFIG) $(UPDATE_AUTOCONFIG)
ifdef HAVE_MACOSX
$(APPLY) $(SRC)/libav/osx.patch $(APPLY) $(SRC)/libav/osx.patch
endif
$(APPLY) $(SRC)/libav/0001-rtpdec-add-a-trace-when-jitter-buffer-is-full.patch $(APPLY) $(SRC)/libav/0001-rtpdec-add-a-trace-when-jitter-buffer-is-full.patch
$(APPLY) $(SRC)/libav/0002-rtpdec-inform-jitter-buffer-size.patch $(APPLY) $(SRC)/libav/0002-rtpdec-inform-jitter-buffer-size.patch
$(APPLY) $(SRC)/libav/0003-rtsp-warning-when-max_delay-reached.patch $(APPLY) $(SRC)/libav/0003-rtsp-warning-when-max_delay-reached.patch
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment