Skip to content

Commit

Permalink
[librtmp] Update with version from http://stream-recorder.com/forum/c…
Browse files Browse the repository at this point in the history
  • Loading branch information
popcornmix committed Sep 16, 2015
1 parent e4089f0 commit 9201417
Show file tree
Hide file tree
Showing 3 changed files with 3,730 additions and 12 deletions.
2 changes: 1 addition & 1 deletion tools/depends/target/librtmp/Makefile
Expand Up @@ -27,7 +27,7 @@ $(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 -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 9201417

Please sign in to comment.