Skip to content

Commit

Permalink
add nalu_utils.cc source to ffmpeg plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
farindk committed Oct 29, 2024
1 parent 47e00f2 commit 41be98e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions libheif/plugins/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,9 @@ set(KVAZAAR_extra_plugin_sources)
plugin_compilation(kvazaar KVAZAAR KVAZAAR_FOUND KVAZAAR KVAZAAR)

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


set(OPENJPH_ENCODER_sources encoder_openjph.cc encoder_openjph.h)
set(OPENJPH_ENCODER_extra_plugin_sources)
plugin_compilation(jphenc OPENJPH OPENJPH_FOUND OPENJPH_ENCODER OPENJPH_ENCODER)
Expand Down

0 comments on commit 41be98e

Please sign in to comment.