gstreamer/ges/gst-editing-services-sharp.dll.config
Aaron Boxer 38a0731461 build: on Windows, use MSVC format for gst*, glib and gobject dlls
Generated files were generated using 'ninja -C build update-code'
except for libgstfft, which had to be updated manually
(see issue #25).

Note: with these changes, building on MS Windows will require
the msvc compiler - mingw will no longer work.
2019-11-18 14:19:39 -05:00

6 lines
203 B
XML

<configuration>
<!-- Linux -->
<dllmap dll="ges-1.0-0.dll" target="libges-1.0.so" os="linux"/>
<!-- Mac OS X -->
<dllmap dll="ges-1.0-0.dll" target="libges-1.0.dylib" os="osx"/>
</configuration>