Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build fix for latest ffmpeg library #199

Merged
merged 1 commit into from Jun 15, 2011
Merged

Conversation

dbrobins
Copy link

This patch fixes XBMC to build and work with latest ffmpeg; the patch also works fine with the internal ffmpeg. Patch coded by Fneufneu and alexb38; see: http://forum.xbmc.org/showthread.php?t=100601. I just packaged it for submission and verified that it builds and runs with both ffmpegs.

I am not sure if this is the correct final fix; but I would at least like to start a discussion about the fix (here or continued at the above forum link); it's an annoyance to have to continue to manage this fix as a separate branch.

@dbrobins
Copy link
Author

I re-pushed the branch (since I had squashed some commits so it didn't show as removing and then re-adding the same change) and lost earlier comments; however, I believe I have addressed all the issues raised. This change has again been tested against internal and a recent external ffmpegs.

@@ -84,7 +86,7 @@ extern "C" {
CH_FRONT_LEFT_OF_CENTER|CH_FRONT_RIGHT_OF_CENTER)
#endif

#if LIBAVCORE_VERSION_INT < AV_VERSION_INT(52,64,0)
#if LIBAVCODEC_VERSION_INT < AV_VERSION_INT(52,64,0)

This comment was marked as spam.

elupus added a commit that referenced this pull request Jun 15, 2011
Build fix for latest ffmpeg library
@elupus elupus merged commit 396f8d2 into xbmc:master Jun 15, 2011
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants