Remove old commented-out code

This commit is contained in:
FeRD (Frank Dana)
2019-10-25 02:06:29 -04:00
parent 13e68c368e
commit 56e8d8aa2b

View File

@@ -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)