Skip to content

Commit

Permalink
Don't compile examples and don't use threads
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Shpikin committed Jun 2, 2017
1 parent ab9b529 commit 18d014a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ set(CMAKE_CXX_STANDARD_REQUIRED yes)

# -pthread sets also some useful compile-time flags
set(THREADS_PREFER_PTHREAD_FLAG ON)
find_package(Threads)
#find_package(Threads)

find_package(FFmpeg
COMPONENTS AVCODEC AVFORMAT AVUTIL AVDEVICE AVFILTER SWSCALE SWRESAMPLE REQUIRED)
Expand All @@ -25,6 +25,6 @@ find_package(FFmpeg
add_subdirectory(src)
#add_subdirectory(example/test-basic)
#add_subdirectory(example/sample-transcode)
add_subdirectory(example/api2-samples)
#add_subdirectory(example/api2-samples)
#add_subdirectory(example/sample-view)

0 comments on commit 18d014a

Please sign in to comment.