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

Commit

Permalink
static ffmpeg build: use fixed x264 snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
chocolateboy committed Oct 31, 2012
1 parent 2de20a9 commit 74685d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/ffmpeg/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ EXTERNALPROJECT_ADD(

EXTERNALPROJECT_ADD(
x264
URL ftp://ftp.videolan.org/pub/x264/snapshots/last_x264.tar.bz2
URL ftp://ftp.videolan.org/pub/x264/snapshots/x264-snapshot-20121030-2245.tar.bz2
PATCH_COMMAND patch -p1 < ${CMAKE_SOURCE_DIR}/vendor/x264-anonymize.patch
CONFIGURE_COMMAND ./configure --prefix=${CMAKE_BINARY_DIR} --enable-static
BUILD_IN_SOURCE 1
Expand Down

0 comments on commit 74685d6

Please sign in to comment.