mirror of
https://github.com/videolan/vlc.git
synced 2025-01-10 09:48:21 +08:00
* configure.ac: added --with-ffmpeg-dts/zlib options.
This commit is contained in:
parent
68cf6af3c0
commit
cb07da3ace
10
configure.ac
10
configure.ac
@ -1832,6 +1832,16 @@ then
|
||||
[
|
||||
VLC_ADD_LDFLAGS([ffmpeg],[-lfaac]) ])
|
||||
|
||||
AC_ARG_WITH(ffmpeg-dts,
|
||||
[ --with-ffmpeg-dts if ffmpeg has been compiled with dts support],
|
||||
[
|
||||
VLC_ADD_LDFLAGS([ffmpeg],[-lz]) ])
|
||||
|
||||
AC_ARG_WITH(ffmpeg-zlib,
|
||||
[ --with-ffmpeg-zlib if ffmpeg has been compiled with zlib support],
|
||||
[
|
||||
VLC_ADD_LDFLAGS([ffmpeg],[-lz]) ])
|
||||
|
||||
AC_ARG_WITH(ffmpeg-tree,
|
||||
[ --with-ffmpeg-tree=PATH ffmpeg tree for static linking])
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user