Skip to content

Commit

Permalink
[librtmp] Update to 15-Dec-2015 from http://stream-recorder.com/forum…
Browse files Browse the repository at this point in the history
  • Loading branch information
popcornmix committed Jan 28, 2016
1 parent 7adc144 commit dd81c2f
Show file tree
Hide file tree
Showing 4 changed files with 4,326 additions and 13 deletions.
5 changes: 3 additions & 2 deletions tools/depends/target/librtmp/Makefile
@@ -1,5 +1,5 @@
include ../../Makefile.include
DEPS= ../../Makefile.include Makefile prefix.patch
DEPS= ../../Makefile.include Makefile prefix.patch UpdateToLatest.diff Patch.diff

# lib name, version
LIBNAME=rtmpdump
Expand Down Expand Up @@ -27,7 +27,8 @@ $(PLATFORM): $(TARBALLS_LOCATION)/$(ARCHIVE) $(DEPS)
rm -rf $(PLATFORM)/*; mkdir -p $(PLATFORM)
cd $(PLATFORM); $(ARCHIVE_TOOL) $(ARCHIVE_TOOL_FLAGS) $(TARBALLS_LOCATION)/$(ARCHIVE)
cd $(PLATFORM); patch -p0 < ../prefix.patch
cd $(PLATFORM)/librtmp; patch -p0 < ../../libm.patch
cd $(PLATFORM); patch -p1 < ../UpdateToLatest.diff
cd $(PLATFORM); patch -p0 < ../Patch.diff
sed -i -e 's|CC=|#CC=|' $(PLATFORM)/librtmp/Makefile
sed -i -e 's|LD=|#LD=|' $(PLATFORM)/librtmp/Makefile
sed -i -e 's|AR=|#AR=|' $(PLATFORM)/librtmp/Makefile
Expand Down

0 comments on commit dd81c2f

Please sign in to comment.