Skip to content

Commit

Permalink
FIx install of yml file for audioseam filter (#936)
Browse files Browse the repository at this point in the history
  • Loading branch information
j-b-m committed Aug 1, 2023
1 parent c9bb277 commit 8b6cc9b
Showing 1 changed file with 1 addition and 41 deletions.
42 changes: 1 addition & 41 deletions src/modules/core/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -75,46 +75,6 @@ set_target_properties(mltcore PROPERTIES LIBRARY_OUTPUT_DIRECTORY "${MLT_MODULE_
install(TARGETS mltcore LIBRARY DESTINATION ${MLT_INSTALL_MODULE_DIR})

install(FILES
consumer_multi.yml
filter_audiomap.yml
filter_audiowave.yml
filter_autofade.yml
filter_box_blur.yml
filter_brightness.yml
filter_channelcopy.yml
filter_choppy.yml
filter_crop.yml
filter_fieldorder.yml
filter_gamma.yml
filter_greyscale.yml
filter_luma.yml
filter_mask_apply.yml
filter_mask_start.yml
filter_mirror.yml
filter_mono.yml
filter_obscure.yml
filter_panner.yml
filter_pillar_echo.yml
filter_rescale.yml
filter_resize.yml
filter_transition.yml
filter_watermark.yml
link_timeremap.yml
producer_colour.yml
producer_consumer.yml
producer_hold.yml
producer_loader.yml
producer_loader-nogl.yml
producer_melt_file.yml
producer_melt.yml
producer_noise.yml
producer_timewarp.yml
producer_tone.yml
transition_composite.yml
transition_luma.yml
transition_matte.yml
transition_mix.yml
loader.dict
loader.ini
${YML}
DESTINATION ${MLT_INSTALL_DATA_DIR}/core
)

0 comments on commit 8b6cc9b

Please sign in to comment.