From 248dce3e137f5e63f08b73c6be5bd214b6136e94 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Mon, 30 May 2005 15:46:15 +0000 Subject: [PATCH] gst/gst.c: Remove cpu-opt flag. Original commit message from CVS: * gst/gst.c: (gst_init_get_popt_table), (init_post), (init_popt_callback): Remove cpu-opt flag. --- ChangeLog | 6 ++++++ gst/gst.c | 8 -------- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/ChangeLog b/ChangeLog index 5632a3bd69..3c077f84c4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2005-05-30 Wim Taymans + + * gst/gst.c: (gst_init_get_popt_table), (init_post), + (init_popt_callback): + Remove cpu-opt flag. + 2005-05-30 Wim Taymans * gst/gstbuffer.c: (gst_subbuffer_finalize), diff --git a/gst/gst.c b/gst/gst.c index e7458c8e15..63adfb066b 100644 --- a/gst/gst.c +++ b/gst/gst.c @@ -46,8 +46,6 @@ static GstRegistry *_user_registry; static gboolean _gst_registry_fixed = FALSE; #endif -static gboolean _gst_enable_cpu_opt = TRUE; - static gboolean gst_initialized = FALSE; /* this will be set in popt callbacks when a problem has been encountered */ @@ -180,8 +178,6 @@ gst_init_get_popt_table (void) ARG_DEBUG_DISABLE, N_("Disable debugging")}, #endif - {"gst-disable-cpu-opt", NUL, POPT_ARG_NONE | POPT_ARGFLAG_STRIP, NULL, - ARG_DISABLE_CPU_OPT, N_("Disable accelerated CPU instructions"), NULL}, {"gst-plugin-spew", NUL, POPT_ARG_NONE | POPT_ARGFLAG_STRIP, NULL, ARG_PLUGIN_SPEW, N_("Enable verbose plugin loading diagnostics"), NULL}, {"gst-plugin-path", NUL, POPT_ARG_STRING | POPT_ARGFLAG_STRIP, NULL, @@ -584,7 +580,6 @@ init_post (void) _gst_format_initialize (); _gst_query_initialize (); gst_object_get_type (); - gst_probe_get_type (); gst_pad_get_type (); gst_real_pad_get_type (); gst_ghost_pad_get_type (); @@ -775,9 +770,6 @@ init_popt_callback (poptContext context, enum poptCallbackReason reason, gst_debug_help (); exit (0); #endif - case ARG_DISABLE_CPU_OPT: - _gst_enable_cpu_opt = FALSE; - break; case ARG_PLUGIN_SPEW: break; case ARG_PLUGIN_PATH: