Home
last modified time | relevance | path

Searched refs:USE_MPV (Results 1 – 7 of 7) sorted by relevance

/dports/graphics/radiance/radiance-baf2c40/src/
H A DRegistry.cpp15 #ifdef USE_MPV
29 #ifdef USE_MPV in Registry()
H A Dmain.cpp34 #ifdef USE_MPV
55 #ifdef USE_MPV in runRadianceGui()
282 #ifndef USE_MPV in main()
/dports/multimedia/lives/lives-3.2.0/src/
H A Dlives-yuv4mpeg.c560 if (!HAS_EXTERNAL_PLAYER || USE_MPV) { in on_live_tvcard_activate()
H A Dmain.h1112 #define USE_MPV (!capable->has_mplayer && !capable->has_mplayer2 && capable->has_mpv) macro
H A Dgui.c654 if (HAS_EXTERNAL_PLAYER && !USE_MPV) { in create_LiVES()
H A Dcallbacks.c7345 if (!USE_MPV) {
9326 …if (USE_MPV) mainw->file_open_params = lives_strdup_printf("--chapter=%d --aid=%d", (int)mainw->fx…
H A Dsaveplay.c232 if (USE_MPV) return "--deinterlace=yes"; in get_deinterlace_string()