Skip to content
This repository has been archived by the owner on Feb 9, 2018. It is now read-only.

Commit

Permalink
Update to latest stable ffmpeg release: 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Raptor399 committed Feb 10, 2013
1 parent f735499 commit 1f2a72e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion contrib/ffmpeg/CMakeLists.txt
Expand Up @@ -428,7 +428,7 @@ SET(FFMPEG_CONFIGURE_COMMAND
EXTERNALPROJECT_ADD(
ffmpeg
DEPENDS ${FFMPEG_DEPENDENCIES}
URL http://ffmpeg.org/releases/ffmpeg-1.0.tar.gz
URL http://ffmpeg.org/releases/ffmpeg-1.1.2.tar.gz
PATCH_COMMAND patch -p1 < ${CMAKE_SOURCE_DIR}/vendor/ffmpeg-banner.patch
CONFIGURE_COMMAND ${FFMPEG_CONFIGURE_COMMAND}
BUILD_IN_SOURCE 1
Expand Down
2 changes: 1 addition & 1 deletion contrib/ffmpeg/README.md
Expand Up @@ -73,4 +73,4 @@ The helper and this documentation are based on [sffmpeg](https://github.com/pyke

## Version <a name="Version"></a>

PMS2
PMS3
2 changes: 1 addition & 1 deletion contrib/ffmpeg/vendor/ffmpeg-banner.patch
Expand Up @@ -14,7 +14,7 @@
}

+#define FFMPEG_CONFIGURATION "http://git.io/ZHdseg"
+#define PMS_FFMPEG_VERSION 2
+#define PMS_FFMPEG_VERSION 3
static void print_program_info(int flags, int level)
{
const char *indent = flags & INDENT? " " : "";
Expand Down

0 comments on commit 1f2a72e

Please sign in to comment.