File tree Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Original file line number Diff line number Diff line change @@ -29,9 +29,6 @@ include_directories(${OPENSHOT_INCLUDE_DIRS})
2929
3030####### Display summary of options/dependencies ######
3131include (FeatureSummary)
32- #set_property(GLOBAL APPEND PROPERTY FeatureSummary_PKG_TYPES BUILD)
33- #find_package(FOO)
34- #set_package_properties(FOO PROPERTIES TYPE BUILD)
3532
3633################ OPTIONS ##################
3734# Optional build settings for libopenshot
@@ -84,20 +81,6 @@ IF (ImageMagick_FOUND)
8481
8582ENDIF (ImageMagick_FOUND)
8683
87- # ################### FFMPEG #####################
88- # # Find FFmpeg libraries (used for video encoding / decoding)
89- # FIND_PACKAGE(FFmpeg REQUIRED)
90- #
91- # foreach(ffmpeg_comp AVCODEC AVDEVICE AVFORMAT AVFILTER AVUTIL POSTPROC SWSCALE SWRESAMPLE AVRESAMPLE)
92- # if(${ffmpeg_comp}_FOUND)
93- # list(APPEND FF_INCLUDES ${${ffmpeg_comp}_INCLUDE_DIRS})
94- # add_definitions(${${ffmpeg_comp}_DEFINITIONS})
95- # list(APPEND FF_LIBRARIES ${${ffmpeg_comp}_LIBRARIES})
96- # endif()
97- # endforeach()
98- # list(REMOVE_DUPLICATES FF_INCLUDES)
99- # include_directories(${FF_INCLUDES})
100-
10184################# LIBOPENSHOT-AUDIO ###################
10285# Find JUCE-based openshot Audio libraries
10386FIND_PACKAGE (OpenShotAudio 0.1.8 REQUIRED)
You can’t perform that action at this time.
0 commit comments