Skip to content

Commit

Permalink
Reverted X264 removal.
Browse files Browse the repository at this point in the history
  • Loading branch information
ggarra13 committed Mar 8, 2024
1 parent 0aa540a commit d37a701
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion etc/SuperBuild/cmake/Modules/BuildtlRender.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ set(tlRender_ARGS
-DTLRENDER_NET=${TLRENDER_NET}
-DTLRENDER_OCIO=${TLRENDER_OCIO}
-DTLRENDER_AUDIO=${TLRENDER_AUDIO}
-DTLRENDER_X264=${TLRENDER_X264}
-DTLRENDER_JPEG=${TLRENDER_JPEG}
-DTLRENDER_TIFF=${TLRENDER_TIFF}
-DTLRENDER_STB=${TLRENDER_STB}
Expand Down
3 changes: 0 additions & 3 deletions lib/tlIO/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,6 @@ if(TLRENDER_EXR)
list(APPEND LIBRARIES_PRIVATE OpenEXR::OpenEXR)
endif()
if(TLRENDER_FFMPEG)
if(TLRENDER_X264)
add_definitions(-DTLRENDER_X264)
endif()
list(APPEND HEADERS_PRIVATE FFmpeg.h FFmpegMacros.h FFmpegReadPrivate.h)
list(APPEND SOURCE FFmpeg.cpp FFmpegRead.cpp FFmpegReadAudio.cpp
FFmpegReadVideo.cpp FFmpegWrite.cpp)
Expand Down
2 changes: 0 additions & 2 deletions lib/tlIO/FFmpeg.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,7 @@ namespace tl
enum class Profile
{
None,
#ifdef TLRENDER_X264
H264,
#endif
ProRes,
ProRes_Proxy,
ProRes_LT,
Expand Down

0 comments on commit d37a701

Please sign in to comment.