Skip to content

Commit

Permalink
Fixed BuildX264.cmake.
Browse files Browse the repository at this point in the history
  • Loading branch information
ggarra13 committed Sep 23, 2023
1 parent 0ca0a49 commit 8e60048
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions etc/SuperBuild/cmake/Modules/BuildX264.cmake
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
include(ExternalProject)


set(X264_TAG main) # live on the cutting-edge!

# set(X264_TAG ???) # proven to work
set(X264_TAG master) # live on the cutting-edge!


if(WIN32 OR NOT TLRENDER_FFMPEG)
Expand Down Expand Up @@ -33,7 +31,7 @@ else()
X264
PREFIX ${CMAKE_CURRENT_BINARY_DIR}/X264
DEPENDS ${TLRENDER_YASM_DEP} NASM
GIT_REPOSITORY "https://github.com/webmproject/libvpx.git"
GIT_REPOSITORY "https://code.videolan.org/videolan/x264.git"
GIT_TAG ${X264_TAG}
CONFIGURE_COMMAND ./configure ${X264_CONFIGURE_ARGS}
BUILD_IN_SOURCE 1
Expand Down

0 comments on commit 8e60048

Please sign in to comment.