# HG changeset patch # User rosfran # Date 1168028684 0 # Node ID f9329edd3b5e45222ca612006d706ba0a8086c67 # Parent c88244670b08e3a7298c02d0fb021719ca5a3416 [svn r246] Some small fixes regarding lib dependencies with GStreamer. diff -r c88244670b08 -r f9329edd3b5e maemo-ui/src/Makefile.am --- a/maemo-ui/src/Makefile.am Fri Jan 05 19:27:27 2007 +0000 +++ b/maemo-ui/src/Makefile.am Fri Jan 05 20:24:44 2007 +0000 @@ -29,7 +29,6 @@ $(GTK_LIBS) \ $(GST_LIBS) \ $(GSTBASE_LIBS) \ - $(HILDON_LIBS) + $(HILDON_LIBS) \ + $(GSTINTERFACES_LIBS) -# $(GSTINTERFACES_LIBS) - diff -r c88244670b08 -r f9329edd3b5e maemo-ui/src/mmyth_epg_grid_widget.c --- a/maemo-ui/src/mmyth_epg_grid_widget.c Fri Jan 05 19:27:27 2007 +0000 +++ b/maemo-ui/src/mmyth_epg_grid_widget.c Fri Jan 05 20:24:44 2007 +0000 @@ -5,8 +5,8 @@ #include "mmyth_uicommon.h" #include "mmyth_epg_grid_widget.h" -#include "gmyth_util.h" -#include "gmyth_epg.h" +#include +#include #define PIXELS_HOUR 105 #define PROGRAM_SEPARATION 2