added DLIB_USE_FFMPEG to config.h.in (#2720)

Co-authored-by: pf <pf@me>
This commit is contained in:
pfeatherstone 2023-02-03 22:38:30 +00:00 committed by GitHub
parent 9d3ba472dd
commit 2138915dfe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,6 +28,7 @@
#cmakedefine DLIB_USE_LAPACK
#cmakedefine DLIB_USE_CUDA
#cmakedefine DLIB_USE_MKL_FFT
#cmakedefine DLIB_USE_FFMPEG
// This variable allows dlib/test_for_odr_violations.h to catch people who mistakenly use
// headers from one version of dlib with a compiled dlib binary from a different dlib version.