Avidemux Forum

Avidemux => Main version 2.6 => Topic started by: jose1711 on February 05, 2019, 11:04:20 PM

Title: bug report: vsProxy not compiling
Post by: jose1711 on February 05, 2019, 11:04:20 PM
i believe this has been introduced into avidemux sources by mistake:

https://github.com/mean00/avidemux2/blob/ef2af60116886611827935aefa47df16ce31f5d1/avidemux_plugins/ADM_demuxers/VapourSynth/CMakeLists.txt#L4

anyway, this "BLAH" (not to be found anywhere else in the sources) prevents from compiling vsProxy even when vapoursynth is properly detected. could you please fix it? thanks, jose
Title: Re: bug report: vsProxy not compiling
Post by: eumagga0x2a on February 06, 2019, 12:59:57 PM
The build of VapourSynth plugin has been disabled by https://github.com/mean00/avidemux2/commit/fc0572fbd17c24bbdac315e03fffd4a4d84f12b5 in the first place. I can't recall why, there was a valid reason.
Title: Re: bug report: vsProxy not compiling
Post by: jose1711 on February 06, 2019, 06:33:19 PM
it may be disabled, yet i get this on the output:

**************************
***  Optional Library  ***
***      Summary       ***
**************************
..
    FRIBIDI        Yes
    VapourSynth    Yes
*** User Interface     ***
..
Title: Re: bug report: vsProxy not compiling
Post by: eumagga0x2a on February 06, 2019, 08:38:25 PM
Thank you, now I see that VapourSynth is added from avidemux_plugins/CMakeLists.txt:268 when building plugins with Qt GUI. I can only guess that this location was missed when looking for a proper way to disable the build of this demuxer.
Title: Re: bug report: vsProxy not compiling
Post by: eumagga0x2a on February 06, 2019, 10:01:17 PM
By the way, does the VapourSynth plugin work for you when you run Avidemux built with the IF(BLAH) ... ENDIF(BLAH) test removed?
Title: Re: bug report: vsProxy not compiling
Post by: eumagga0x2a on February 10, 2019, 03:07:32 PM
VapourSynth plugin has been enabled on the ffmpeg4x branch.