You've already forked libopenshot
mirror of
https://github.com/OpenShot/libopenshot.git
synced 2026-03-02 08:53:52 -08:00
Remove old commented-out code
This commit is contained in:
@@ -29,9 +29,6 @@ include_directories(${OPENSHOT_INCLUDE_DIRS})
|
||||
|
||||
####### Display summary of options/dependencies ######
|
||||
include(FeatureSummary)
|
||||
#set_property(GLOBAL APPEND PROPERTY FeatureSummary_PKG_TYPES BUILD)
|
||||
#find_package(FOO)
|
||||
#set_package_properties(FOO PROPERTIES TYPE BUILD)
|
||||
|
||||
################ OPTIONS ##################
|
||||
# Optional build settings for libopenshot
|
||||
@@ -84,20 +81,6 @@ IF (ImageMagick_FOUND)
|
||||
|
||||
ENDIF (ImageMagick_FOUND)
|
||||
|
||||
# ################### FFMPEG #####################
|
||||
# # Find FFmpeg libraries (used for video encoding / decoding)
|
||||
# FIND_PACKAGE(FFmpeg REQUIRED)
|
||||
#
|
||||
# foreach(ffmpeg_comp AVCODEC AVDEVICE AVFORMAT AVFILTER AVUTIL POSTPROC SWSCALE SWRESAMPLE AVRESAMPLE)
|
||||
# if(${ffmpeg_comp}_FOUND)
|
||||
# list(APPEND FF_INCLUDES ${${ffmpeg_comp}_INCLUDE_DIRS})
|
||||
# add_definitions(${${ffmpeg_comp}_DEFINITIONS})
|
||||
# list(APPEND FF_LIBRARIES ${${ffmpeg_comp}_LIBRARIES})
|
||||
# endif()
|
||||
# endforeach()
|
||||
# list(REMOVE_DUPLICATES FF_INCLUDES)
|
||||
# include_directories(${FF_INCLUDES})
|
||||
|
||||
################# LIBOPENSHOT-AUDIO ###################
|
||||
# Find JUCE-based openshot Audio libraries
|
||||
FIND_PACKAGE(OpenShotAudio 0.1.8 REQUIRED)
|
||||
|
||||
Reference in New Issue
Block a user