Fix ALPR Batch and memory leak
This commit is contained in:
@@ -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}")
|
||||
|
||||
Reference in New Issue
Block a user