From b51bde9b553764d0d46708089836e182e0f2491c Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Wed, 12 Oct 2005 03:12:57 +0000 Subject: 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 --- ext/Makefile.am | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'ext/Makefile.am') 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 -- cgit