Fix ALPR Batch and memory leak

This commit is contained in:
2026-04-15 23:00:19 +10:00
parent b05c49ad93
commit 808df4656d
8 changed files with 1846 additions and 54 deletions

View File

@@ -168,12 +168,12 @@ else()
if(WIN32)
target_link_libraries(ffmpeg INTERFACE
avcodec.lib avdevice.lib avfilter.lib avformat.lib
avutil.lib postproc.lib swresample.lib swscale.lib
avutil.lib swresample.lib swscale.lib
)
else()
target_link_libraries(ffmpeg INTERFACE
avcodec avdevice avfilter avformat
avutil postproc swresample swscale
avutil swresample swscale
)
endif()
message(STATUS "FFmpeg: using ANSLibs at ${FFMPEG_INCLUDE_DIR}")