]> git.pld-linux.org Git - packages/totem.git/commitdiff
- reverted gstreamer bcond - back to default xine-lib (gstreamer makes too auto/ac/totem-1_0_1-2
authorfreetz <freetz@pld-linux.org>
Fri, 25 Mar 2005 12:37:37 +0000 (12:37 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  much trouble with video playback)

Changed files:
    totem.spec -> 1.52

totem.spec

index b3ee33f1325580b5acc0a538a67526a236e6aadb..48cea70ef4fe35bb7f9f49a1ec3bd55618225199 100644 (file)
@@ -1,6 +1,6 @@
 #
 # Conditional build
-%bcond_with    xine            # build with xine-lib instead gstreamer
+%bcond_with    gstreamer       # build with gstreamer instead xine-lib
 %bcond_with    nvtv            # build with nvtv support
 #
 Summary:       Movie player for GNOME 2 based on the gstreamer engine
@@ -120,7 +120,7 @@ Statyczne biblioteki Totema.
 %{__automake}
 %configure \
        %{?with_nvtv:--enable-nvtv} \
-       %{!?with_xine:--enable-gstreamer}
+       %{?with_gstreamer:--enable-gstreamer}
 
 %{__make}
 
This page took 0.163807 seconds and 4 git commands to generate.