releasing 0.10.2
[platform/upstream/gstreamer.git] / configure.ac
index db886a6..85a0823 100644 (file)
@@ -6,7 +6,7 @@ AC_INIT
 
 dnl when going to/from release please set the nano (fourth number) right !
 dnl releases only do Wall, cvs and prerelease does Werror too
-AS_VERSION(gstreamer, GST_VERSION, 0, 10, 0, 1,
+AS_VERSION(gstreamer, GST_VERSION, 0, 10, 2, 0,
     GST_CVS="no", GST_CVS="yes")
 
 dnl can autoconf find the source ?
@@ -38,7 +38,7 @@ dnl - interfaces added/removed/changed -> increment CURRENT, REVISION = 0
 dnl - interfaces added -> increment AGE
 dnl - interfaces removed -> AGE = 0
 dnl sets GST_LT_LDFLAGS
-AS_LIBTOOL(GST, 1, 0, 1)
+AS_LIBTOOL(GST, 2, 0, 2)
 AS_LIBTOOL_TAGS
 AM_PROG_LIBTOOL
 
@@ -185,6 +185,9 @@ dnl * hardware/architecture *
 dnl common/m4/gst-arch.m4
 dnl check CPU type
 GST_ARCH
+dnl substitution for win32/common/config.h
+HOST_CPU=$host_cpu
+AC_SUBST(HOST_CPU)
 
 dnl common/m4/gst-arch.m4
 dnl check for unaligned access
@@ -506,21 +509,6 @@ tests/examples/metadata/Makefile
 tests/examples/queue/Makefile
 tests/examples/typefind/Makefile
 tests/examples/xml/Makefile
-tests/old/examples/Makefile
-tests/old/examples/appreader/Makefile
-tests/old/examples/cutter/Makefile
-tests/old/examples/events/Makefile
-tests/old/examples/helloworld2/Makefile
-tests/old/examples/manual/Makefile
-tests/old/examples/mixer/Makefile
-tests/old/examples/pingpong/Makefile
-tests/old/examples/plugins/Makefile
-tests/old/examples/pwg/Makefile
-tests/old/examples/queue2/Makefile
-tests/old/examples/queue3/Makefile
-tests/old/examples/queue4/Makefile
-tests/old/examples/retag/Makefile
-tests/old/examples/thread/Makefile
 tools/Makefile
 common/Makefile
 common/m4/Makefile
@@ -551,4 +539,5 @@ pkgconfig/gstreamer-net.pc
 pkgconfig/gstreamer-net-uninstalled.pc
 gstreamer.spec
 )
+
 AC_OUTPUT