summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReynaldo H. Verdejo Pinochet <reynaldo.verdejo@collabora.co.uk>2011-04-22 15:08:58 -0400
committerReynaldo H. Verdejo Pinochet <reynaldo.verdejo@collabora.co.uk>2011-04-22 15:08:58 -0400
commitb005bf9572603197fd3b0a1afdedfb043108ebbf (patch)
tree1eff7eb4c921aea4d96eb5d3d445bc56577a0f36
parent4e08f7d784dc2372bdf9d230f785d74b92a01bda (diff)
We are not goig to depend on config.h here
Our audioflingersink uses this same aproach.
-rw-r--r--sink/surfaceflingersink/gstsurfaceflingersink.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sink/surfaceflingersink/gstsurfaceflingersink.c b/sink/surfaceflingersink/gstsurfaceflingersink.c
index 479a884..f6ee971 100644
--- a/sink/surfaceflingersink/gstsurfaceflingersink.c
+++ b/sink/surfaceflingersink/gstsurfaceflingersink.c
@@ -17,7 +17,7 @@
* Boston, MA 02111-1307, USA.
*/
#ifdef HAVE_CONFIG_H
-#include "config.h"
+//#include "config.h"
#endif
#include <signal.h>
@@ -381,6 +381,8 @@ gst_surfaceflinger_sink_get_type (void)
return surfacesink_type;
}
+/*
GST_PLUGIN_DEFINE (GST_VERSION_MAJOR, GST_VERSION_MINOR,
"surfaceflingersink", "android surface flinger sink",
plugin_init, VERSION, "LGPL", "GStreamer", "http://gstreamer.net/")
+*/