mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-13 21:01:14 +00:00
38a0731461
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.
6 lines
203 B
XML
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>
|