From 09718e294dd423b3a46a43f740ccad01b6f96997 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Sun, 28 Oct 2012 15:09:04 +0000 Subject: [PATCH] bindings: remove vala bindings They'll be reunited with the other GStreamer bindings https://bugzilla.gnome.org/show_bug.cgi?id=680777 --- Makefile.am | 1 - bindings/Makefile.am | 5 - bindings/vala/Makefile.am | 13 - bindings/vala/gst-rtsp-server-0.10.deps | 4 - bindings/vala/gst-rtsp-server-0.10.vapi | 292 -------- bindings/vala/packages/gst-rtsp-server-0.10.deps | 4 - bindings/vala/packages/gst-rtsp-server-0.10.files | 2 - bindings/vala/packages/gst-rtsp-server-0.10.gi | 817 --------------------- .../vala/packages/gst-rtsp-server-0.10.metadata | 48 -- .../vala/packages/gst-rtsp-server-0.10.namespace | 1 - configure.ac | 15 - 11 files changed, 1202 deletions(-) delete mode 100644 bindings/Makefile.am delete mode 100644 bindings/vala/Makefile.am delete mode 100644 bindings/vala/gst-rtsp-server-0.10.deps delete mode 100644 bindings/vala/gst-rtsp-server-0.10.vapi delete mode 100644 bindings/vala/packages/gst-rtsp-server-0.10.deps delete mode 100644 bindings/vala/packages/gst-rtsp-server-0.10.files delete mode 100644 bindings/vala/packages/gst-rtsp-server-0.10.gi delete mode 100644 bindings/vala/packages/gst-rtsp-server-0.10.metadata delete mode 100644 bindings/vala/packages/gst-rtsp-server-0.10.namespace diff --git a/Makefile.am b/Makefile.am index e923327..a748dbc 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,7 +2,6 @@ DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc SUBDIRS = \ gst \ - bindings \ common \ pkgconfig \ docs \ diff --git a/bindings/Makefile.am b/bindings/Makefile.am deleted file mode 100644 index 7a9ca5a..0000000 --- a/bindings/Makefile.am +++ /dev/null @@ -1,5 +0,0 @@ -SUBDIRS = - -if WITH_VALA - SUBDIRS += vala -endif diff --git a/bindings/vala/Makefile.am b/bindings/vala/Makefile.am deleted file mode 100644 index acdf20f..0000000 --- a/bindings/vala/Makefile.am +++ /dev/null @@ -1,13 +0,0 @@ - -DEPS_FILES = gst-rtsp-server-0.10.deps -VAPI_FILES = gst-rtsp-server-0.10.vapi - -gst-rtsp-server-0.10.deps: - cp $(srcdir)/packages/gst-rtsp-server-0.10.deps $@ - -vapidir = $(datadir)/vala/vapi -vapi_DATA = $(VAPI_FILES) $(DEPS_FILES) - -EXTRA_DIST = packages $(VAPI_FILES) - -CLEANFILES = $(DEPS_FILES) diff --git a/bindings/vala/gst-rtsp-server-0.10.deps b/bindings/vala/gst-rtsp-server-0.10.deps deleted file mode 100644 index c8d8ea9..0000000 --- a/bindings/vala/gst-rtsp-server-0.10.deps +++ /dev/null @@ -1,4 +0,0 @@ -gstreamer-0.10 -gstreamer-sdp-0.10 -gstreamer-rtsp-0.10 -gmodule-2.0 diff --git a/bindings/vala/gst-rtsp-server-0.10.vapi b/bindings/vala/gst-rtsp-server-0.10.vapi deleted file mode 100644 index d537a96..0000000 --- a/bindings/vala/gst-rtsp-server-0.10.vapi +++ /dev/null @@ -1,292 +0,0 @@ -/* gst-rtsp-server-0.10.vapi generated by vapigen, do not modify. */ - -[CCode (cprefix = "Gst", lower_case_cprefix = "gst_")] -namespace Gst { - [CCode (cheader_filename = "gst/rtsp-server/rtsp-client.h")] - public class RTSPClient : GLib.Object { - public weak Gst.RTSPConnection connection; - public bool is_ipv6; - public weak Gst.RTSPMedia media; - public weak string server_ip; - public weak GLib.List sessions; - public weak GLib.List streams; - public weak Gst.RTSPUrl uri; - public weak Gst.RTSPWatch watch; - public uint watchid; - [CCode (has_construct_function = false)] - public RTSPClient (); - public bool accept (GLib.IOChannel channel); - public Gst.RTSPMediaMapping get_media_mapping (); - public Gst.RTSPSessionPool get_session_pool (); - public void set_media_mapping (Gst.RTSPMediaMapping mapping); - public void set_session_pool (Gst.RTSPSessionPool pool); - public Gst.RTSPMediaMapping media_mapping { get; set; } - public Gst.RTSPSessionPool session_pool { get; set; } - } - [CCode (cheader_filename = "gst/rtsp-server/rtsp-media.h")] - public class RTSPMedia : GLib.Object { - public int active; - public bool buffering; - public weak GLib.Cond cond; - public weak GLib.List @dynamic; - public weak Gst.Element element; - public bool eos_pending; - public weak Gst.Element fakesink; - public uint id; - public bool is_ipv6; - public bool is_live; - public weak GLib.Mutex @lock; - public Gst.Element pipeline; - public weak Gst.RTSPTimeRange range; - public bool reused; - public weak Gst.Element rtpbin; - public weak GLib.TimeoutSource source; - public Gst.RTSPMediaStatus status; - public weak GLib.Array streams; - public Gst.State target_state; - [CCode (has_construct_function = false)] - public RTSPMedia (); - public Gst.RTSPLowerTrans get_protocols (); - public unowned Gst.RTSPMediaStream get_stream (uint idx); - [NoWrapper] - public virtual bool handle_message (Gst.Message message); - public bool is_eos_shutdown (); - public bool is_prepared (); - public bool is_reusable (); - public bool is_shared (); - public uint n_streams (); - public bool prepare (); - public void remove_elements (); - public bool seek (Gst.RTSPTimeRange range); - public void set_eos_shutdown (bool eos_shutdown); - public void set_protocols (Gst.RTSPLowerTrans protocols); - public void set_reusable (bool reusable); - public void set_shared (bool shared); - public bool set_state (Gst.State state, GLib.Array trans); - public virtual bool unprepare (); - [NoAccessorMethod] - public bool eos_shutdown { get; set; } - public Gst.RTSPLowerTrans protocols { get; set; } - [NoAccessorMethod] - public bool reusable { get; set; } - [NoAccessorMethod] - public bool shared { get; set; } - public virtual signal void unprepared (); - } - [CCode (cheader_filename = "gst/rtsp-server/rtsp-media-factory.h")] - public class RTSPMediaFactory : GLib.Object { - public weak GLib.Mutex @lock; - public weak GLib.HashTable medias; - public weak GLib.Mutex medias_lock; - [CCode (has_construct_function = false)] - public RTSPMediaFactory (); - public void collect_streams (Gst.RTSPUrl url, Gst.RTSPMedia media); - [NoWrapper] - public virtual void configure (Gst.RTSPMedia media); - public virtual Gst.RTSPMedia? @construct (Gst.RTSPUrl url); - [NoWrapper] - public virtual Gst.Element create_pipeline (Gst.RTSPMedia media); - [NoWrapper] - public virtual string gen_key (Gst.RTSPUrl url); - [NoWrapper] - public virtual Gst.Element? get_element (Gst.RTSPUrl url); - public string get_launch (); - public bool is_eos_shutdown (); - public bool is_shared (); - public void set_eos_shutdown (bool eos_shutdown); - public void set_launch (string launch); - public void set_shared (bool shared); - [NoAccessorMethod] - public bool eos_shutdown { get; set; } - public string launch { get; set; } - [NoAccessorMethod] - public bool shared { get; set; } - } - [CCode (cheader_filename = "gst/rtsp-server/rtsp-media-mapping.h")] - public class RTSPMediaMapping : GLib.Object { - public weak GLib.HashTable mappings; - [CCode (has_construct_function = false)] - public RTSPMediaMapping (); - public void add_factory (string path, Gst.RTSPMediaFactory factory); - public Gst.RTSPMediaFactory? find_factory (Gst.RTSPUrl url); - [NoWrapper] - public virtual Gst.RTSPMediaFactory? find_media (Gst.RTSPUrl url); - public void remove_factory (string path); - } - [Compact] - [CCode (cheader_filename = "gst/rtsp-server/rtsp-media.h")] - public class RTSPMediaStream { - [CCode (array_length = false)] - public weak Gst.Element[] appsink; - [CCode (array_length = false)] - public weak Gst.Element[] appsrc; - public weak Gst.Caps caps; - public ulong caps_sig; - public weak GLib.List destinations; - public bool filter_duplicates; - public weak Gst.Element payloader; - public bool prepared; - public weak Gst.Pad recv_rtcp_sink; - public weak Gst.Pad recv_rtp_sink; - [CCode (array_length = false)] - public weak Gst.Element[] selector; - public weak Gst.Pad send_rtcp_src; - public weak Gst.Pad send_rtp_sink; - public weak Gst.Pad send_rtp_src; - public weak Gst.RTSPRange server_port; - public weak GLib.Object session; - public weak Gst.Pad srcpad; - [CCode (array_length = false)] - public weak Gst.Element[] tee; - public weak GLib.List transports; - [CCode (array_length = false)] - public weak Gst.Element[] udpsink; - [CCode (array_length = false)] - public weak Gst.Element[] udpsrc; - public Gst.FlowReturn rtcp (Gst.Buffer buffer); - public Gst.FlowReturn rtp (Gst.Buffer buffer); - } - [Compact] - [CCode (cheader_filename = "gst/rtsp-server/rtsp-media.h")] - public class RTSPMediaTrans { - public bool active; - public uint idx; - public weak GLib.DestroyNotify ka_notify; - public void* ka_user_data; - public weak Gst.RTSPKeepAliveFunc keep_alive; - public weak GLib.DestroyNotify notify; - public weak GLib.Object rtpsource; - public weak Gst.RTSPSendFunc send_rtcp; - public weak Gst.RTSPSendFunc send_rtp; - public bool timeout; - public weak Gst.RTSPTransport transport; - public void* user_data; - public void cleanup (); - } - [CCode (cheader_filename = "gst/rtsp-server/rtsp-server.h")] - public class RTSPServer : GLib.Object { - public signal void client_connected (RTSPClient client); - public weak GLib.IOChannel io_channel; - public weak GLib.TimeoutSource io_watch; - public void* server_sin; - public Gst.PollFD server_sock; - [CCode (has_construct_function = false)] - public RTSPServer (); - [NoWrapper] - public virtual Gst.RTSPClient? accept_client (GLib.IOChannel channel); - public uint attach (GLib.MainContext? context); - public GLib.TimeoutSource? create_watch (); - public string get_address (); - public int get_backlog (); - public GLib.IOChannel? get_io_channel (); - public Gst.RTSPMediaMapping get_media_mapping (); - public string get_service (); - public Gst.RTSPSessionPool get_session_pool (); - public static bool io_func (GLib.IOChannel channel, GLib.IOCondition condition, Gst.RTSPServer server); - public void set_address (string address); - public void set_backlog (int backlog); - public void set_media_mapping (Gst.RTSPMediaMapping mapping); - public void set_service (string service); - public void set_session_pool (Gst.RTSPSessionPool pool); - public string address { get; set; } - public int backlog { get; set; } - public Gst.RTSPMediaMapping media_mapping { get; set; } - public string service { get; set; } - public Gst.RTSPSessionPool session_pool { get; set; } - } - [CCode (cheader_filename = "gst/rtsp-server/rtsp-session.h")] - public class RTSPSession : GLib.Object { - public GLib.TimeVal create_time; - public int expire_count; - public GLib.TimeVal last_access; - public weak GLib.List medias; - [CCode (has_construct_function = false)] - public RTSPSession (string sessionid); - public void allow_expire (); - public unowned Gst.RTSPSessionMedia get_media (Gst.RTSPUrl uri); - public unowned string get_sessionid (); - public uint get_timeout (); - public bool is_expired (GLib.TimeVal now); - public unowned Gst.RTSPSessionMedia manage_media (Gst.RTSPUrl uri, owned Gst.RTSPMedia media); - public int next_timeout (GLib.TimeVal now); - public void prevent_expire (); - public bool release_media (Gst.RTSPSessionMedia media); - public void set_timeout (uint timeout); - public void touch (); - public string sessionid { get; construct; } - public uint timeout { get; set; } - } - [Compact] - [CCode (cheader_filename = "gst/rtsp-server/rtsp-session.h")] - public class RTSPSessionMedia { - public uint counter; - public weak Gst.RTSPMedia media; - public Gst.RTSPState state; - public weak GLib.Array streams; - public weak Gst.RTSPUrl url; - public bool alloc_channels (Gst.RTSPRange range); - public unowned Gst.RTSPSessionStream get_stream (uint idx); - public bool set_state (Gst.State state); - } - [CCode (cheader_filename = "gst/rtsp-server/rtsp-session-pool.h")] - public class RTSPSessionPool : GLib.Object { - public weak GLib.Mutex @lock; - public weak GLib.HashTable sessions; - [CCode (has_construct_function = false)] - public RTSPSessionPool (); - public uint cleanup (); - public Gst.RTSPSession create (); - [NoWrapper] - public virtual string create_session_id (); - public GLib.TimeoutSource create_watch (); - public GLib.List filter (Gst.RTSPSessionFilterFunc func); - public Gst.RTSPSession? find (string sessionid); - public uint get_max_sessions (); - public uint get_n_sessions (); - public bool remove (Gst.RTSPSession sess); - public void set_max_sessions (uint max); - public uint max_sessions { get; set; } - } - [Compact] - [CCode (cheader_filename = "gst/rtsp-server/rtsp-session.h")] - public class RTSPSessionStream { - public weak Gst.RTSPMediaStream media_stream; - public weak Gst.RTSPMediaTrans trans; - public void set_callbacks (Gst.RTSPSendFunc send_rtp, Gst.RTSPSendFunc send_rtcp, GLib.DestroyNotify notify); - public void set_keepalive (Gst.RTSPKeepAliveFunc keep_alive, GLib.DestroyNotify notify); - public Gst.RTSPTransport set_transport (Gst.RTSPTransport ct); - } - [Compact] - [CCode (cheader_filename = "gst/rtsp-server/rtsp-sdp.h")] - public class SDPInfo { - public weak string server_ip; - public weak string server_proto; - } - [CCode (cprefix = "GST_RTSP_FILTER_", has_type_id = false, cheader_filename = "gst/rtsp-server/rtsp-session-pool.h")] - public enum RTSPFilterResult { - REMOVE, - KEEP, - REF - } - [CCode (cprefix = "GST_RTSP_MEDIA_STATUS_", has_type_id = false, cheader_filename = "gst/rtsp-server/rtsp-media.h")] - public enum RTSPMediaStatus { - UNPREPARED, - PREPARING, - PREPARED, - ERROR - } - [CCode (cheader_filename = "gst/rtsp-server/rtsp-media.h")] - public delegate void RTSPKeepAliveFunc (); - [CCode (cheader_filename = "gst/rtsp-server/rtsp-media.h")] - public delegate bool RTSPSendFunc (Gst.Buffer buffer, uchar channel); - [CCode (cheader_filename = "gst/rtsp-server/rtsp-session-pool.h")] - public delegate Gst.RTSPFilterResult RTSPSessionFilterFunc (Gst.RTSPSessionPool pool, Gst.RTSPSession session); - [CCode (cheader_filename = "gst/rtsp-server/rtsp-session-pool.h")] - public delegate bool RTSPSessionPoolFunc (Gst.RTSPSessionPool pool); - [CCode (cheader_filename = "gst/gst.h")] - public static Gst.RTSPResult rtsp_params_get (Gst.RTSPClient client, Gst.RTSPUrl uri, Gst.RTSPSession session, Gst.RTSPMessage request, Gst.RTSPMessage response); - [CCode (cheader_filename = "gst/gst.h")] - public static Gst.RTSPResult rtsp_params_set (Gst.RTSPClient client, Gst.RTSPUrl uri, Gst.RTSPSession session, Gst.RTSPMessage request, Gst.RTSPMessage response); - [CCode (cheader_filename = "gst/rtsp-server/rtsp-sdp.h")] - public static bool rtsp_sdp_from_media (ref unowned Gst.SDPMessage sdp, Gst.SDPInfo info, Gst.RTSPMedia media); -} diff --git a/bindings/vala/packages/gst-rtsp-server-0.10.deps b/bindings/vala/packages/gst-rtsp-server-0.10.deps deleted file mode 100644 index c8d8ea9..0000000 --- a/bindings/vala/packages/gst-rtsp-server-0.10.deps +++ /dev/null @@ -1,4 +0,0 @@ -gstreamer-0.10 -gstreamer-sdp-0.10 -gstreamer-rtsp-0.10 -gmodule-2.0 diff --git a/bindings/vala/packages/gst-rtsp-server-0.10.files b/bindings/vala/packages/gst-rtsp-server-0.10.files deleted file mode 100644 index f7e4d23..0000000 --- a/bindings/vala/packages/gst-rtsp-server-0.10.files +++ /dev/null @@ -1,2 +0,0 @@ -include/gstreamer-0.10/gst/rtsp-server -lib/libgstrtspserver-0.10.so diff --git a/bindings/vala/packages/gst-rtsp-server-0.10.gi b/bindings/vala/packages/gst-rtsp-server-0.10.gi deleted file mode 100644 index 8933d3b..0000000 --- a/bindings/vala/packages/gst-rtsp-server-0.10.gi +++ /dev/null @@ -1,817 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/bindings/vala/packages/gst-rtsp-server-0.10.metadata b/bindings/vala/packages/gst-rtsp-server-0.10.metadata deleted file mode 100644 index a69c2ed..0000000 --- a/bindings/vala/packages/gst-rtsp-server-0.10.metadata +++ /dev/null @@ -1,48 +0,0 @@ -Gst cprefix="Gst" lower_case_cprefix="gst_" cheader_filename="gst/gst.h" -GstRTSPClient cheader_filename="gst/rtsp-server/rtsp-client.h" -GstRTSPMedia cheader_filename="gst/rtsp-server/rtsp-media.h" -GstRTSPMediaTrans cheader_filename="gst/rtsp-server/rtsp-media.h" -GstRTSPMediaFactory cheader_filename="gst/rtsp-server/rtsp-media-factory.h" -GstRTSPMediaMapping cheader_filename="gst/rtsp-server/rtsp-media-mapping.h" -GstRTSPMediaStatus cheader_filename="gst/rtsp-server/rtsp-media.h" -GstRTSPMediaStream cheader_filename="gst/rtsp-server/rtsp-media.h" -GstRTSPServer cheader_filename="gst/rtsp-server/rtsp-server.h" -GstRTSPSession cheader_filename="gst/rtsp-server/rtsp-session.h" -GstRTSPSessionMedia cheader_filename="gst/rtsp-server/rtsp-session.h" -GstRTSPSessionPool cheader_filename="gst/rtsp-server/rtsp-session-pool.h" -GstRTSPSessionStream cheader_filename="gst/rtsp-server/rtsp-session.h" -GstRTSPSessionFilterFunc cheader_filename="gst/rtsp-server/rtsp-session-pool.h" -GstRTSPSessionPoolFunc cheader_filename="gst/rtsp-server/rtsp-session-pool.h" -GstSDPInfo cheader_filename="gst/rtsp-server/rtsp-sdp.h" -GstRTSPFilterResult cheader_filename="gst/rtsp-server/rtsp-session-pool.h" -GstRTSPKeepAliveFunc cheader_filename="gst/rtsp-server/rtsp-media.h" -GstRTSPSendFunc cheader_filename="gst/rtsp-server/rtsp-media.h" -gst_rtsp_sdp_from_media cheader_filename="gst/rtsp-server/rtsp-sdp.h" -gst_rtsp_client_get_media_mapping transfer_ownership="1" -gst_rtsp_client_get_session_pool transfer_ownership="1" -gst_rtsp_media_factory_get_launch transfer_ownership="1" -gst_rtsp_media_factory_construct transfer_ownership="1" nullable="1" -gst_rtsp_media_factory_gen_key transfer_ownership="1" -gst_rtsp_media_factory_get_element transfer_ownership="1" nullable="1" -gst_rtsp_media_factory_create_pipeline transfer_ownership="1" -gst_rtsp_media_mapping_find_factory transfer_ownership="1" nullable="1" -gst_rtsp_media_mapping_find_media transfer_ownership="1" nullable="1" -gst_rtsp_media_mapping_add_factory transfer_ownership="1" -gst_rtsp_sdp_from_media.sdp is_ref="1" -gst_rtsp_server_accept_client transfer_ownership="1" nullable="1" -gst_rtsp_server_create_watch transfer_ownership="1" nullable="1" -gst_rtsp_server_get_address transfer_ownership="1" -gst_rtsp_server_get_io_channel transfer_ownership="1" nullable="1" -gst_rtsp_server_get_media_mapping transfer_ownership="1" -gst_rtsp_server_get_service transfer_ownership="1" -gst_rtsp_server_get_session_pool transfer_ownership="1" -gst_rtsp_server_get_service transfer_ownership="1" -gst_rtsp_server_attach.context nullable="1" -gst_rtsp_session_manage_media.media takes_ownership="1" -gst_rtsp_session_pool_create transfer_ownership="1" -gst_rtsp_session_pool_create_session_id transfer_ownership="1" -gst_rtsp_session_pool_create_watch transfer_ownership="1" -gst_rtsp_session_pool_find transfer_ownership="1" nullable="1" -gst_rtsp_session_pool_filter transfer_ownership="1" type_arguments="RTSPSession" -gst_rtsp_session_stream_set_transport transfer_ownership="1" -GstRTSPMedia.pipeline weak="0" diff --git a/bindings/vala/packages/gst-rtsp-server-0.10.namespace b/bindings/vala/packages/gst-rtsp-server-0.10.namespace deleted file mode 100644 index 100750e..0000000 --- a/bindings/vala/packages/gst-rtsp-server-0.10.namespace +++ /dev/null @@ -1 +0,0 @@ -Gst diff --git a/configure.ac b/configure.ac index e3f5b4b..df0e048 100644 --- a/configure.ac +++ b/configure.ac @@ -91,18 +91,6 @@ dnl check for documentation tools AG_GST_DOCBOOK_CHECK GTK_DOC_CHECK([1.3]) -dnl Check for Vala -AC_ARG_ENABLE([vala], - AC_HELP_STRING([--enable-vala],[enable Vala bindings (default=yes)]), - [case "${enableval}" in - yes) enable_vala=yes ;; - no) enable_vala=no ;; - *) AC_MSG_ERROR(bad value ${enableval} for --enable-vala) ;; - esac - ], - [enable_vala=yes]) dnl Default value -AM_CONDITIONAL(WITH_VALA, [test "x$enable_vala" = "xyes"]) - dnl *** checks for libraries *** dnl *** checks for header files *** @@ -257,8 +245,6 @@ gst/rtsp-server/Makefile examples/Makefile tests/Makefile tests/check/Makefile -bindings/Makefile -bindings/vala/Makefile pkgconfig/Makefile pkgconfig/gstreamer-rtsp-server.pc pkgconfig/gstreamer-rtsp-server-uninstalled.pc @@ -275,7 +261,6 @@ Configuration Source code location : ${srcdir} Prefix : ${prefix} Compiler : ${CC} - Vala bindings : ${enable_vala} gst-rtsp-server configured. Type 'make' to build. " -- 2.7.4