By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release.
Bug 1056 - Add mp4v2 support to soundkonverter
Summary: Add mp4v2 support to soundkonverter
Status: PATCHAVAIL
Alias: None
Product: TDE
Classification: Unclassified
Component: non-core programs (show other bugs)
Version: R14.0.x [Trinity]
Hardware: Other Other
: P1 normal
Assignee: Timothy Pearson
URL:
Depends on:
Blocks:
 
Reported: 2012-06-20 14:41 CDT by Darrell
Modified: 2018-05-27 10:59 CDT (History)
4 users (show)

See Also:
Compiler Version:
TDE Version String:
Application Version:
Application Name:


Attachments
Partial patch to build with mp4v2 (1.26 KB, patch)
2012-06-20 14:41 CDT, Darrell
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Darrell 2012-06-20 14:41:01 CDT
Created attachment 686 [details]
Partial patch to build with mp4v2

When the configure option --with-mp4v2 is used, the configure script searches for mp4.h rather than mp4v2.h. The configure log shows the following:

checking for mp4.h... no

The final package is no different than when the --with-mp4v2 option is not used, confirming that mp4v2 support is not being added.

On my system the mp4v2 header files are installed at /usr/include/mp4v2. I am attaching a partial patch that gets past the initial errors:

checking for mp4v2.h... yes

Yet with the patch the build fails:

Making all in mp4
make[4]: Entering directory `/dev/shm/soundkonverter/src/metadata/mp4'
make[5]: Entering directory `/dev/shm/soundkonverter/src/metadata/mp4'
make[5]: *** No rule to make target `mp4properties.lo', needed by `libtagmp4.la'.  Stop.
make[5]: Leaving directory `/dev/shm/soundkonverter/src/metadata/mp4'
make[4]: *** [all-recursive] Error 1

All mp4v2 lib files are installed in /usr/lib/.