]> git.pld-linux.org Git - packages/mplayer.git/commitdiff
- bcond for theora
authorPaweł Gołaszewski <blues@pld-linux.org>
Wed, 7 Apr 2004 09:24:13 +0000 (09:24 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    mplayer.spec -> 1.227

mplayer.spec

index 22e6ebac9cb8d891ce02ecb87a8f6fcdb1a69cd8..c231c79f3817feb9c0613ad741bde7ca82dc0212 100644 (file)
@@ -1,5 +1,5 @@
 #
-# TODO: bcond for libsmbclient and maybe theora, libdv?
+# TODO: bcond for libsmbclient and maybe libdv?
 #
 # Conditional build:
 %bcond_with    directfb        # with DirectFB video output
@@ -32,6 +32,7 @@
                                #  where it was compiled
 %bcond_without select          # disable audio select() support (for example
                                # required this option ALSA or Vortex2 driver)
+%bcond_without theora          # without theora support
 %bcond_without win32           # without win32 codecs support
 %bcond_without vorbis          # without ogg-vorbis audio support
 
@@ -130,7 +131,7 @@ BuildRequires:      libjpeg-devel
 BuildRequires: libmatroska-devel >= 0.6.3-2
 BuildRequires: libpng-devel
 BuildRequires: libsmbclient-devel
-BuildRequires: libtheora-devel
+%{?with_theora:BuildRequires:  libtheora-devel}
 BuildRequires: libungif-devel
 BuildRequires: lzo-devel
 BuildRequires: ncurses-devel
This page took 0.157505 seconds and 4 git commands to generate.