Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/GStreamer/orc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2009-03-06 03:27:33 +0300
committerDavid Schleef <ds@schleef.org>2009-03-06 03:27:33 +0300
commit5e5940e42fd9ec51643c3c834c8b90fea0ed7621 (patch)
tree87a3e63bd21001203e527c2f381c572475a7dd02 /examples
parentefc036155f4f62d29c81cca5fbc8058cd62ac761 (diff)
Remove glib remnants
Diffstat (limited to 'examples')
-rw-r--r--examples/Makefile.am4
-rw-r--r--examples/jit.c1
2 files changed, 2 insertions, 3 deletions
diff --git a/examples/Makefile.am b/examples/Makefile.am
index 9023579..c91a3d8 100644
--- a/examples/Makefile.am
+++ b/examples/Makefile.am
@@ -1,8 +1,8 @@
noinst_PROGRAMS = jit simple
-AM_LDFLAGS = $(ORC_LIBS) $(GLIB_LIBS)
-AM_CFLAGS = $(ORC_CFLAGS) $(GLIB_CFLAGS)
+AM_LDFLAGS = $(ORC_LIBS)
+AM_CFLAGS = $(ORC_CFLAGS)
jit_SOURCES = jit.c
diff --git a/examples/jit.c b/examples/jit.c
index 92ca490..47c6d42 100644
--- a/examples/jit.c
+++ b/examples/jit.c
@@ -1,7 +1,6 @@
#include "config.h"
-#include <glib.h>
#include <stdio.h>
#include <string.h>
#include <stdlib.h>