Rename h264-encoder.c -> h264-encoder-ffmpeg-impl.c

pull/61/merge
Andri Yngvason 2024-03-10 13:38:56 +00:00
parent d95b678d7a
commit b043f004a8
2 changed files with 1 additions and 1 deletions

View File

@ -139,7 +139,7 @@ if gbm.found()
endif endif
if gbm.found() and libdrm.found() and libavcodec.found() and libavfilter.found() and libavutil.found() if gbm.found() and libdrm.found() and libavcodec.found() and libavfilter.found() and libavutil.found()
sources += [ 'src/h264-encoder.c', 'src/open-h264.c' ] sources += [ 'src/h264-encoder-ffmpeg-impl.c', 'src/open-h264.c' ]
dependencies += [libdrm, libavcodec, libavfilter, libavutil] dependencies += [libdrm, libavcodec, libavfilter, libavutil]
config.set('ENABLE_OPEN_H264', true) config.set('ENABLE_OPEN_H264', true)
config.set('HAVE_LIBAVUTIL', true) config.set('HAVE_LIBAVUTIL', true)