diff options
author | Stefan Saraev <stefan@saraev.ca> | 2016-05-09 21:47:14 +0300 |
---|---|---|
committer | Stefan Saraev <stefan@saraev.ca> | 2016-05-09 21:48:55 +0300 |
commit | 405606c9f65df29fcfb7ea5c12b67c23c527bb68 (patch) | |
tree | 4a9e29214a88c13884349fb8dedcc3336b7d5e6f /project/cmake | |
parent | a031023e1c8736600935233ba53fc70817130c54 (diff) |
[cleanup] ogg/vorbis/flac leftovers
Diffstat (limited to 'project/cmake')
-rw-r--r-- | project/cmake/modules/FindFFMPEG.cmake | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/project/cmake/modules/FindFFMPEG.cmake b/project/cmake/modules/FindFFMPEG.cmake index 7f8e37fc8a..caa70536bd 100644 --- a/project/cmake/modules/FindFFMPEG.cmake +++ b/project/cmake/modules/FindFFMPEG.cmake @@ -53,8 +53,7 @@ then swscale=`PKG_CONFIG_PATH=${CMAKE_BINARY_DIR}/${CORE_BUILD_DIR}/lib/pkgconfig ${PKG_CONFIG_EXECUTABLE} --libs --static libswscale` swresample=`PKG_CONFIG_PATH=${CMAKE_BINARY_DIR}/${CORE_BUILD_DIR}/lib/pkgconfig ${PKG_CONFIG_EXECUTABLE} --libs --static libswresample` gnutls=`PKG_CONFIG_PATH=${DEPENDS_PATH}/lib/pkgconfig/ ${PKG_CONFIG_EXECUTABLE} --libs-only-l --static --silence-errors gnutls` - vorbisenc=`PKG_CONFIG_PATH=${DEPENDS_PATH}/lib/pkgconfig/ ${PKG_CONFIG_EXECUTABLE} --libs-only-l --static --silence-errors vorbisenc` - $@ $avcodec $avformat $avcodec $avfilter $swscale $swresample -lpostproc $gnutls $vorbisenc + $@ $avcodec $avformat $avcodec $avfilter $swscale $swresample -lpostproc $gnutls else $@ fi") |