[gstreamermm: 23/167] we are using GStreamer 1.0.8, not 1.1.1



commit ee21d3a64ec632719414db9ca172905db3e1a886
Author: Tomek Lakota <tomasz lakota flytronic pl>
Date:   Thu Jul 25 00:15:12 2013 +0200

    we are using GStreamer 1.0.8, not 1.1.1

 configure.ac |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index cfdde16..14026a3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13,7 +13,7 @@
 ## You should have received a copy of the GNU Lesser General Public License
 ## along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
-AC_INIT([gstreamermm], [0.11.0],
+AC_INIT([gstreamermm], [1.0.0],
         [http://bugzilla.gnome.org/enter_bug.cgi?product=gstreamermm],
         [gstreamermm], [http://www.gtkmm.org/])
 AC_PREREQ([2.59])
@@ -58,10 +58,10 @@ AS_IF([test "x$enable_static" = xyes],
 # file.
 AC_SUBST([GSTREAMERMM_MODULES],
          ['giomm-2.4 >= 2.36.0[]m4_foreach([gstmm_mod],
-         [[], [-allocators], [-app], [-audio], [-base], [-check],
+         [[], [-app], [-audio], [-base], [-check],
            [-controller], [-fft], [-net], [-pbutils], [-plugins-base],
            [-riff], [-rtp], [-sdp], [-tag], [-video]],
-         [ gstreamer[]m4_defn([gstmm_mod])[]-1.0 >= 1.1.1])'])
+         [ gstreamer[]m4_defn([gstmm_mod])[]-1.0 >= 1.0.8])'])
 PKG_CHECK_MODULES([GSTREAMERMM], [$GSTREAMERMM_MODULES])
 
 PKG_CHECK_MODULES([GUI_EXAMPLES], [$GSTREAMERMM_MODULES gtkmm-3.0 >= 3.0],


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]