]> git.sesse.net Git - mlt/commitdiff
Compile fixes for Linux after merging animation branch.
authorDan Dennedy <dan@dennedy.org>
Sat, 1 Jun 2013 00:08:48 +0000 (17:08 -0700)
committerDan Dennedy <dan@dennedy.org>
Sat, 1 Jun 2013 00:08:48 +0000 (17:08 -0700)
src/framework/mlt_properties.c
src/mlt++/mlt++.vers

index c1f3747c7d9ef6b279ea103a40dea54fa084b6b1..6d0a67f33b1b11a6ef4586014c717b0017c227de 100644 (file)
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
 
+// For strtod_l
+#ifndef _GNU_SOURCE
+#define _GNU_SOURCE
+#endif
+
 #include "mlt_properties.h"
 #include "mlt_property.h"
 #include "mlt_deque.h"
index ee03f4e31e0f5622b2785c2a075b309eff14e6e0..6dfb3629209f88adef6110108e8c4df90261bcda 100644 (file)
@@ -451,7 +451,7 @@ MLTPP_0.9.0 {
       "Mlt::Properties::get_color(char const*)";
       "Mlt::Properties::get_rect(char const*)";
       "Mlt::Properties::set(char const*, double, double, double, double, double)";
-      "Mlt::Properties::set(char const*, mlt_color);
+      "Mlt::Properties::set(char const*, mlt_color)";
       "Mlt::Properties::set(char const*, mlt_rect)";
       "Mlt::Service::filter_count()";
       "Mlt::Service::move_filter(int, int)";