Thread: L-SMASH Source
View Single Post
Old 24th March 2013, 05:38   #34  |  Link
qyot27
...?
 
qyot27's Avatar
 
Join Date: Nov 2005
Location: Florida
Posts: 1,419
Partial support for building the VapourSynth plugin for Linux (maybe OSX, but that's completely untested here):
Fix permissions on configure
Linux compilation support

It just took some adjusting of configure and GNUmakefile; the shared object settings were derived from what the FFMS2 C-plugin does when compiling. 'Partial' because the install rules are still missing, but it does generate a valid .so that Linux-native VapourSynth can use. Windows use needs to be tested to make sure nothing broke, even though compilation still succeeds.


...and I just now realized I hadn't shifted the LDFLAGS section's if block from 'MINGW' to 'WIN32'.
qyot27 is offline   Reply With Quote