News:

--

Main Menu

bug report: vsProxy not compiling

Started by jose1711, February 05, 2019, 11:04:20 PM

Previous topic - Next topic

jose1711

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

eumagga0x2a

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.

jose1711

it may be disabled, yet i get this on the output:

**************************
***  Optional Library  ***
***      Summary       ***
**************************
..
    FRIBIDI        Yes
    VapourSynth    Yes
*** User Interface     ***
..

eumagga0x2a

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.

eumagga0x2a

By the way, does the VapourSynth plugin work for you when you run Avidemux built with the IF(BLAH) ... ENDIF(BLAH) test removed?

eumagga0x2a

VapourSynth plugin has been enabled on the ffmpeg4x branch.