gstreamer/ext/modplug
Sebastian Dröge bce2f8f5f0 modplug: Fix compiler warning about C++11 compatibility
gstmodplug.cc:94:17: error: invalid suffix on literal; C++11 requires a space between literal and string macro [-Werror=literal-suffix]
 #define FORMATS "{ "GST_AUDIO_NE (S32)", "GST_AUDIO_NE (S16)", U8 }"
                 ^
gstmodplug.cc:94:39: error: invalid suffix on literal; C++11 requires a space between literal and string macro [-Werror=literal-suffix]
 #define FORMATS "{ "GST_AUDIO_NE (S32)", "GST_AUDIO_NE (S16)", U8 }"
                                       ^
2016-02-18 00:24:04 +02:00
..
gstmodplug.cc modplug: Fix compiler warning about C++11 compatibility 2016-02-18 00:24:04 +02:00
gstmodplug.h Fix FSF address 2012-11-04 00:09:59 +00:00
Makefile.am modplug: don't hardcode c++ standard library 2014-06-22 21:51:21 +01:00