Skip to content

Commit

Permalink
ffmpeg plugin: remove '_' for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
farindk committed Oct 10, 2023
1 parent 4a817ab commit b7dd79a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libheif/plugins/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ plugin_compilation(kvazaar KVAZAAR KVAZAAR KVAZAAR)

set(FFMPEG_DECODER_sources decoder_ffmpeg.cc decoder_ffmpeg.h)
set(FFMPEG_DECODER_extra_plugin_sources ../error.cc)
plugin_compilation(ffmpeg_dec FFMPEG FFMPEG_DECODER FFMPEG_DECODER)
plugin_compilation(ffmpegdec FFMPEG FFMPEG_DECODER FFMPEG_DECODER)

target_sources(heif PRIVATE
encoder_mask.h
Expand Down

0 comments on commit b7dd79a

Please sign in to comment.