From 2bb5ad338a14785cc00b761e117b57dc829c613a Mon Sep 17 00:00:00 2001 From: Jens Georg Date: Fri, 27 Apr 2012 23:59:35 +0200 Subject: core: Fix DLNA bitrates using presets Also cunningly work around bgo#672439 by not providing a preset for mpeg2enc. https://bugzilla.gnome.org/show_bug.cgi?id=675234 --- common.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'common.am') diff --git a/common.am b/common.am index cbbcffd0..880307fa 100644 --- a/common.am +++ b/common.am @@ -4,12 +4,14 @@ sysconfigdir = $(shareddir) desktopdir = $(shareddir) plugindir = $(abs_top_builddir)/src/plugins icondir = $(shareddir)/icons/32x32 +presetdir = $(shareddir)/presets else shareddir = $(datadir)/rygel sysconfigdir = $(sysconfdir) desktopdir = $(datadir)/applications plugindir = $(libdir)/rygel-1.0 icondir = $(datadir)/icons/hicolor/32x32/apps +presetdir = $(shareddir)/presets endif smallicondir = $(shareddir)/icons/48x48 @@ -30,6 +32,7 @@ AM_CFLAGS = \ -I$(rygeldir) \ -DDATA_DIR='"$(shareddir)"' -DSYS_CONFIG_DIR='"$(sysconfigdir)"'\ -DPLUGIN_DIR='"$(plugindir)"' -DDESKTOP_DIR='"$(desktopdir)"'\ + -DPRESET_DIR='"$(presetdir)"'\ -include config.h RYGEL_COMMON_LIBS = \ -- cgit v1.2.1