Home
last modified time | relevance | path

Searched refs:HAVE_AVCODEC (Results 1 – 18 of 18) sorted by relevance

/dports/multimedia/lives/lives-3.2.0/lives-plugins/plugins/decoders/
H A DMakefile.am50 HAVE_AVCODEC = true macro
58 if HAVE_AVCODEC
H A Davformat_decoder.c18 #define HAVE_AVCODEC macro
H A Dflv_decoder.c53 #define HAVE_AVCODEC macro
H A DMakefile.in623 @IS_MINGW_TRUE@HAVE_AVCODEC = true
H A Dasf_decoder.c49 #define HAVE_AVCODEC macro
H A Dmkv_decoder.c55 #define HAVE_AVCODEC macro
H A Dmpegts_decoder.c45 #define HAVE_AVCODEC macro
/dports/multimedia/vlc/vlc-3.0.16/modules/packetizer/
H A DMakefile.am58 if HAVE_AVCODEC
/dports/multimedia/lives/lives-3.2.0/lives-plugins/plugins/playback/video/
H A DMakefile.am81 if HAVE_AVCODEC
H A Dlibav_stream.c25 #define HAVE_AVCODEC macro
/dports/multimedia/lives/lives-3.2.0/
H A Dconfigure.ac526 HAVE_AVCODEC=false
537 PKG_CHECK_MODULES(LIBAVCODEC,libavcodec >= 53.0.0,HAVE_AVCODEC=true,HAVE_AVCODEC=false)
556 AM_CONDITIONAL(HAVE_AVCODEC,$HAVE_AVCODEC) condition
576 if test "$HAVE_AVCODEC" = "true" ; then
H A Dconfigure26118 HAVE_AVCODEC=false
26191 HAVE_AVCODEC=false
26195 HAVE_AVCODEC=false
26201 HAVE_AVCODEC=true
26501 if $HAVE_AVCODEC; then
26556 if test "$HAVE_AVCODEC" = "true" ; then
/dports/games/retroarch/RetroArch-1.9.7/qb/
H A Dconfig.libs.sh466 …if [ "$HAVE_AVCODEC" = 'no' ] || [ "$HAVE_SWRESAMPLE" = 'no' ] || [ "$HAVE_AVFORMAT" = 'no' ] || […
/dports/multimedia/lives/lives-3.2.0/libweed/
H A Dweed-compat.h214 #ifdef HAVE_AVCODEC
/dports/multimedia/vlc/vlc-3.0.16/modules/codec/
H A DMakefile.am399 if HAVE_AVCODEC
/dports/multimedia/lives/lives-3.2.0/src/
H A Dmain.h353 #define HAVE_AVCODEC macro
/dports/net/freeswitch/freeswitch-1.10.3.-release/
H A Dconfigure.ac1356 AM_CONDITIONAL([HAVE_AVCODEC],[true])],[
1357 AC_MSG_RESULT([no]); AM_CONDITIONAL([HAVE_AVCODEC],[false])])
/dports/multimedia/vlc/vlc-3.0.16/
H A Dconfigure.ac2427 AM_CONDITIONAL([HAVE_AVCODEC], [test "${have_avcodec}" != "no"]) condition