gstreamer/ext/sidplay
Sebastian Dröge a40244bf25 sidplay: Fix compiler warning about C++11 compatibility
gstsiddec.cc:78:17: error: invalid suffix on literal; C++11 requires a space between literal and string macro [-Werror=literal-suffix]
 #define FORMATS "{ "GST_AUDIO_NE(S16)","GST_AUDIO_NE(U16)", S8, U8 }"
                 ^
gstsiddec.cc:78:38: error: invalid suffix on literal; C++11 requires a space between literal and string macro [-Werror=literal-suffix]
 #define FORMATS "{ "GST_AUDIO_NE(S16)","GST_AUDIO_NE(U16)", S8, U8 }"
                                      ^
2016-02-18 00:25:56 +02:00
..
gstsiddec.cc sidplay: Fix compiler warning about C++11 compatibility 2016-02-18 00:25:56 +02:00
gstsiddec.h siddec: Add support for group-id in the stream-start event 2013-07-22 16:02:46 +02:00
Makefile.am gst: Add better support for static plugins 2013-04-15 15:56:02 +02:00