Overview

Request 6098 (accepted)

No description set
Submit package Staging / vlc-beta to package Extra / vlc-beta

vlc-beta.spec Changed
x
 
1
@@ -151,10 +151,7 @@
2
 %if %{with fdk_aac}
3
 BuildRequires:  pkgconfig(fdk-aac)
4
 %endif
5
-BuildRequires:  pkgconfig(liba52)
6
-BuildRequires:  pkgconfig(libdca) >= 0.0.5
7
 BuildRequires:  pkgconfig(flac)
8
-BuildRequires:  pkgconfig(libmpeg2)
9
 BuildRequires:  pkgconfig(vorbisenc) >= 1.1
10
 BuildRequires:  pkgconfig(speex) >= 1.0.5
11
 BuildRequires:  pkgconfig(opus) >= 1.0.3
12
@@ -408,10 +405,7 @@
13
 %if %{with fdk_aac}
14
    --enable-fdkaac \
15
 %endif
16
-   --enable-a52 \
17
-   --enable-dca \
18
    --enable-flac \
19
-   --enable-libmpeg2 \
20
    --enable-vorbis \
21
    --disable-tremor \
22
    --enable-speex \
23
vlc-beta.patch Changed
49
 
1
@@ -9,7 +9,7 @@
2
  LIBVLC_ABI_MINOR=0
3
  LIBVLC_ABI_MICRO=0
4
  
5
-@@ -2175,7 +2175,7 @@ AS_IF(test "$SYS" = "linux" -a "${enable_linsys}" != "no", 
6
+@@ -2168,7 +2168,7 @@ AS_IF(test "$SYS" = "linux" -a "${enable_linsys}" != "no", 
7
  dnl
8
  dnl dvdread module: check for libdvdread
9
  dnl
10
@@ -18,7 +18,7 @@
11
  
12
  dnl
13
  dnl libdvdnav plugin
14
-@@ -2532,7 +2532,7 @@ AC_ARG_ENABLE(mod,
15
+@@ -2525,7 +2525,7 @@ AC_ARG_ENABLE(mod,
16
    AS_HELP_STRING(--disable-mod,
17
      do not use libmodplug (default auto)))
18
  if test "${enable_mod}" != "no" ; then
19
@@ -27,7 +27,7 @@
20
            VLC_ADD_PLUGIN(mod)
21
            VLC_ADD_CXXFLAGS(mod,$LIBMODPLUG_CFLAGS)
22
            VLC_ADD_CFLAGS(mod,$LIBMODPLUG_CFLAGS) #modules/demux/mod.c needs CFLAGS_mod, not CXXFLAGS_mod
23
-@@ -4850,7 +4850,7 @@ AS_IF(test -z "$VLC_COMPILE_HOST",
24
+@@ -4798,7 +4798,7 @@ AS_IF(test -z "$VLC_COMPILE_HOST",
25
     VLC_COMPILE_HOST=`hostname -f 2>/dev/null || hostname`
26
  )
27
  AC_DEFINE_UNQUOTED(VLC_COMPILE_HOST, "$VLC_COMPILE_HOST", host which ran configure)
28
@@ -47,20 +47,6 @@
29
  
30
  /** LibVLC ABI minor version number, updated when compatible changes are added */
31
  # define LIBVLC_ABI_VERSION_MINOR  (0)
32
---- a/modules/codec/a52.c
33
-+++ b/modules/codec/a52.c
34
-@@ -300,7 +300,11 @@ static int Open( vlc_object_t *p_this )
35
-     p_sys->i_flags |= A52_ADJUST_LEVEL;
36
- 
37
-     /* Initialize liba52 */
38
-+#ifdef A52_ACCEL_DETECT
39
-+    p_sys->p_liba52 = a52_init();
40
-+#else
41
-     p_sys->p_liba52 = a52_init( 0 );
42
-+#endif
43
-     if( p_sys->p_liba52 == NULL )
44
-     {
45
-         msg_Err( p_this, "unable to initialize liba52" );
46
 --- a/modules/control/cli/cli.c
47
 +++ b/modules/control/cli/cli.c
48
 @@ -580,6 +580,7 @@ _Noreturn static void *Run(void *data)
49
Refresh
Refresh


Request History
Olaf Hering's avatar

olh created request 7 months ago


Olaf Hering's avatar

olh accepted request 7 months ago