ekiga r7414 - trunk/lib/engine/components/gstreamer



Author: jpuydt
Date: Mon Nov 24 20:22:30 2008
New Revision: 7414
URL: http://svn.gnome.org/viewvc/ekiga?rev=7414&view=rev

Log:
Made the GStreamer code cope with the new config.h/gettext policy

Modified:
   trunk/lib/engine/components/gstreamer/gst-audioinput.cpp
   trunk/lib/engine/components/gstreamer/gst-audiooutput.cpp
   trunk/lib/engine/components/gstreamer/gst-videoinput.cpp

Modified: trunk/lib/engine/components/gstreamer/gst-audioinput.cpp
==============================================================================
--- trunk/lib/engine/components/gstreamer/gst-audioinput.cpp	(original)
+++ trunk/lib/engine/components/gstreamer/gst-audioinput.cpp	Mon Nov 24 20:22:30 2008
@@ -35,7 +35,7 @@
  *
  */
 
-#include "config.h"
+#include <glib/gi18n.h>
 
 #include "gst-audioinput.h"
 

Modified: trunk/lib/engine/components/gstreamer/gst-audiooutput.cpp
==============================================================================
--- trunk/lib/engine/components/gstreamer/gst-audiooutput.cpp	(original)
+++ trunk/lib/engine/components/gstreamer/gst-audiooutput.cpp	Mon Nov 24 20:22:30 2008
@@ -35,7 +35,7 @@
  *
  */
 
-#include "config.h"
+#include <glib/gi18n.h>
 
 #include "gst-audiooutput.h"
 

Modified: trunk/lib/engine/components/gstreamer/gst-videoinput.cpp
==============================================================================
--- trunk/lib/engine/components/gstreamer/gst-videoinput.cpp	(original)
+++ trunk/lib/engine/components/gstreamer/gst-videoinput.cpp	Mon Nov 24 20:22:30 2008
@@ -35,7 +35,7 @@
  *
  */
 
-#include "config.h"
+#include <glib/gi18n.h>
 
 #include "gst-videoinput.h"
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]