Projects
Multimedia
transcode
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 30
View file
transcode.patch
Changed
@@ -2,15 +2,13 @@ avilib/avidump.c | 20 ++++++++++---------- avilib/avilib.c | 2 +- avilib/avilib.h | 4 ++-- - configure.in | 4 ---- export/aud_aux.c | 2 +- import/extract_ogm.c | 5 ++++- import/mpg123.h | 35 +++++++++++++++++++++++++++++++++++ import/v4l/import_v4l2.c | 15 +++++---------- import/v4l/import_v4lcam.c | 3 +-- src/framebuffer.c | 4 ++-- - testsuite/Makefile.am | 2 +- - 11 files changed, 62 insertions(+), 34 deletions(-) + 9 files changed, 61 insertions(+), 29 deletions(-) --- a/avilib/avidump.c +++ b/avilib/avidump.c @@ -118,19 +116,6 @@ uint32_t dwSize; // size of this chunk uint16_t wLongsPerEntry; // size of each entry in aIndex array (must be 8 for us) uint8_t bIndexSubType; // future use. must be 0 ---- a/configure.in -+++ b/configure.in -@@ -567,10 +567,6 @@ AC_CHECK_LIB(z, gzopen, - AC_MSG_ERROR(transcode depends on libz, but cannot links against libz), - ) - --AC_CHECK_LIB(m, sin, -- , -- AC_MSG_ERROR(transcode depends on libm (>= 2.0), but cannot link against libm), -- -lc) - - TC_PKG_INIT - --- a/export/aud_aux.c +++ b/export/aud_aux.c @@ -843,7 +843,7 @@ static int tc_audio_encode_mp3(char *aud @@ -284,14 +269,3 @@ { if (ptr == NULL) { /* a bit more of paranoia */ ---- a/testsuite/Makefile.am -+++ b/testsuite/Makefile.am -@@ -56,7 +56,7 @@ test_framealloc_SOURCES = test-frameallo - test_framealloc_LDADD = $(LIBTC_LIBS) - - test_framecode_SOURCES = test-framecode.c --test_framecode_LDADD = $(LIBTC_LIBS) -+test_framecode_LDADD = $(LIBTC_LIBS) -lm - - test_imgconvert_SOURCES = test-imgconvert.c - test_imgconvert_LDADD = $(ACLIB_LIBS)
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
.