Skip to content

Instantly share code, notes, and snippets.

@xhochy
Created October 17, 2014 20:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xhochy/ce3514f929fcf1266763 to your computer and use it in GitHub Desktop.
Save xhochy/ce3514f929fcf1266763 to your computer and use it in GitHub Desktop.
Use libav revision that includes the RTMP pause support.
diff --git a/contrib/src/ffmpeg/rules.mak b/contrib/src/ffmpeg/rules.mak
index 65d9cb8..153e898 100644
--- a/contrib/src/ffmpeg/rules.mak
+++ b/contrib/src/ffmpeg/rules.mak
@@ -8,7 +8,7 @@ ifdef USE_FFMPEG
HASH=313d75c
FFMPEG_SNAPURL := http://git.videolan.org/?p=ffmpeg.git;a=snapshot;h=$(HASH);sf=tgz
else
-HASH=e8049af
+HASH=9bec3ca
FFMPEG_SNAPURL := http://git.libav.org/?p=libav.git;a=snapshot;h=$(HASH);sf=tgz
endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment