diff options
author | Thiago Santos <thiago.sousa.santos@collabora.co.uk> | 2010-11-30 20:13:27 -0300 |
---|---|---|
committer | Thiago Santos <thiago.sousa.santos@collabora.co.uk> | 2010-12-08 15:38:28 -0300 |
commit | ba878c95b2fad981fd73dec75203462d35a2ade9 (patch) | |
tree | 6769df0fa4c014d3512aa2ed8a3b383bafbbc240 /configure.ac | |
parent | 5b3deecab9d9a2dbb397aec1e7a4f1d70f37ff1b (diff) | |
download | gstreamer-plugins-bad-ba878c95b2fad981fd73dec75203462d35a2ade9.tar.gz |
camerabin2: adds location property
Adds a location property to enable applications to select
the captured files names. Locations are handled just like
multifilesink ones
Also disables -Wformat-nonliteral to allow to use non-literals
on g_strdup_printf on camerabin and generate a sequence of
locations for captures.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 3beb627c4..85fc6a370 100644 --- a/configure.ac +++ b/configure.ac @@ -266,7 +266,7 @@ dnl -Waggregate-return - libexif returns aggregates dnl -Wundef - Windows headers check _MSC_VER unconditionally AG_GST_SET_ERROR_CFLAGS($GST_GIT, [ -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls - -Wwrite-strings -Wformat-nonliteral -Wformat-security -Wold-style-definition + -Wwrite-strings -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar -Wnested-externs]) |