Projects
Multimedia
transcode
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 27
View file
transcode.spec
Changed
@@ -123,9 +123,6 @@ BuildRequires: pkgconfig(xaw7) BuildRequires: pkgconfig(xpm) BuildRequires: pkgconfig(xv) -%if 0%{?suse_version} < 1500 -BuildRequires: gcc7 -%endif %description transcode is a linux text-console utility for video stream @@ -169,9 +166,8 @@ # test -x "$(type -p gcc)" && export CC="$_" test -x "$(type -p gcc-7)" && export CC="$_" -test -x "$(type -p gcc-8)" && export CC="$_" autoreconf -fi -CFLAGS="%{optflags} -Werror=implicit-function-declaration -Werror=int-conversion" +CFLAGS="%{optflags} -Werror=implicit-function-declaration -Werror=int-conversion -D_GNU_SOURCE" %configure --enable-experimental \ --enable-deprecated \ --disable-x86-textrels \ @@ -264,6 +260,7 @@ %{_libdir}/%{name}/ %{_mandir}/man1/* %{_datadir}/%{name}/ -%doc AUTHORS COPYING ChangeLog README TODO docs/* +%doc AUTHORS ChangeLog README docs/* +%license COPYING %changelog
View file
transcode.a52.patch
Changed
@@ -8,25 +8,29 @@ #include "magic.h" #define FRAME_SIZE 3840 -@@ -91,20 +90,8 @@ int a52_decore(decode_t *decode) { +@@ -91,21 +90,12 @@ int a52_decore(decode_t *decode) { sample_t *samples; int chans = -1; int16_t pcm_buf256 * A52_BLOCKS; - uint32_t accel = MM_ACCEL_DJBFFT; - +- - -#ifdef HAVE_ASM_MMX - if (ac_cpuinfo() & AC_MMX) - accel |= MM_ACCEL_X86_MMX; --#endif -- ++#ifdef A52_ACCEL_DETECT ++ state = a52_init(); ++#else ++ state = a52_init(0); + #endif + -#ifdef HAVE_ASM_3DNOW - if (ac_cpuinfo() & AC_3DNOW) - accel |= MM_ACCEL_X86_3DNOW; -#endif - - state = a52_init(accel); -+ state = a52_init(); - +- n=0; + for (;;) {
View file
transcode.patch
Changed
@@ -9,6 +9,20 @@ int in_size, out_size; char *in_buf; +--- a/import/extract_ogm.c ++++ b/import/extract_ogm.c +@@ -66,7 +66,10 @@ typedef struct stream_t { + + stream_t *first; + int nastreams = 0, nvstreams = 0, ntstreams = 0, numstreams = 0; +-char basename = "stdout"; ++ ++#undef basename ++#define basename my_stdout ++static char basename = "stdout"; + + static void add_stream(stream_t *ndmx) { + stream_t *cur = first; --- a/import/mpg123.h +++ b/import/mpg123.h @@ -36,6 +36,41 @@
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.