summaryrefslogtreecommitdiffstats
path: root/ext/Makefile.am
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2005-10-12 03:12:57 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2005-10-12 03:12:57 +0000
commitb51bde9b553764d0d46708089836e182e0f2491c (patch)
treeb4d4c8dccc836c94a47f6ed2723993947931b439 /ext/Makefile.am
parent722ec5e4ab7e1f3ea020f0ad90cd17347fabe5dc (diff)
ext/: update of cairo-based timeoverlay to 1.0 Cairo API doesn't work yet for resizing of output sink
Original commit message from CVS: * ext/Makefile.am: * ext/cairo/Makefile.am: * ext/cairo/gstcairo.c: (plugin_init): * ext/cairo/gsttextoverlay.c: (gst_textoverlay_change_state): * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height), (gst_timeoverlay_setup), (gst_timeoverlay_planar411): * ext/cairo/gsttimeoverlay.h: update of cairo-based timeoverlay to 1.0 Cairo API doesn't work yet for resizing of output sink
Diffstat (limited to 'ext/Makefile.am')
-rw-r--r--ext/Makefile.am8
1 files changed, 4 insertions, 4 deletions
diff --git a/ext/Makefile.am b/ext/Makefile.am
index 8162fb1b..08794de0 100644
--- a/ext/Makefile.am
+++ b/ext/Makefile.am
@@ -4,11 +4,11 @@ else
AALIB_DIR =
endif
-# if USE_CAIRO
-# CAIRO_DIR = cairo
-# else
+if USE_CAIRO
+CAIRO_DIR = cairo
+else
CAIRO_DIR =
-# endif
+endif
if USE_ESD
ESD_DIR = esd