summaryrefslogtreecommitdiff
path: root/common.am
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2012-04-27 23:59:35 +0200
committerJens Georg <mail@jensge.org>2012-05-17 11:43:00 +0200
commit2bb5ad338a14785cc00b761e117b57dc829c613a (patch)
tree71c1012276001e71d177715e471fc99a18487e02 /common.am
parent84ba7a5ee91810864668314c2c51c88bf486b4ed (diff)
downloadrygel-2bb5ad338a14785cc00b761e117b57dc829c613a.tar.gz
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
Diffstat (limited to 'common.am')
-rw-r--r--common.am3
1 files changed, 3 insertions, 0 deletions
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 = \