Skip to content

Commit

Permalink
Remove cmake config for libavresample (dropped in fbe5ccc)
Browse files Browse the repository at this point in the history
  • Loading branch information
scotty007 committed Jul 14, 2020
1 parent 0c077f8 commit d91787b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ pkg_search_module(GDK_PIXBUF REQUIRED gdk-pixbuf-2.0)
pkg_search_module(SDL2 REQUIRED sdl2)
pkg_search_module(DC1394_2 libdc1394-2)
pkg_check_modules(FFMPEG libswscale libavformat libavcodec libavutil libswresample)
pkg_search_module(FFMPEG_AVRESAMPLE libavresample)
set(Python_ADDITIONAL_VERSIONS 2.7)
find_package(PythonLibs REQUIRED)
pkg_search_module(PANGOFT2 REQUIRED pangoft2)
Expand Down Expand Up @@ -113,7 +112,6 @@ if(${PLATFORM_MACOSX})
${IOKIT} ${COREFOUNDATION} ${OPENGL} ${CARBON})
# The following lines work around broken pkg-config scripts on mac.
string (REPLACE ";" " " FFMPEG_LDFLAGS "${FFMPEG_LDFLAGS}")
string (REPLACE ";" " " FFMPEG_AVRESAMPLE_LDFLAGS "${FFMPEG_AVRESAMPLE_LDFLAGS}")
set(RSVG_LDFLAGS "${RSVG_LDFLAGS} -lpixman-1 -lpangocairo-1.0")
set(GDK_PIXBUF_LDFLAGS "${GDK_PIXBUF_LDFLAGS} -lgmodule-2.0 -lgio-2.0 -lresolv")
link_libraries(${PLATFORM_MACOSX_LIBS})
Expand Down

0 comments on commit d91787b

Please sign in to comment.