Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 303365 Details for
Bug 385295
media-libs/libdlna-0.2.3 fails to compile
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
03_all_libdlna_libav-headers.patch
03_all_libdlna_libav-headers.patch (text/plain), 1.96 KB, created by
Sal Gonzalez
on 2012-02-26 16:04:54 UTC
(
hide
)
Description:
03_all_libdlna_libav-headers.patch
Filename:
MIME Type:
Creator:
Sal Gonzalez
Created:
2012-02-26 16:04:54 UTC
Size:
1.96 KB
patch
obsolete
>diff --git a/configure b/configure >index 8acbd9d..85c1091 100755 >--- a/configure >+++ b/configure >@@ -610,9 +610,9 @@ if [ -n "$ffmpegdir" ]; then > fi > > echolog "Checking for libavformat ..." >-check_lib ffmpeg/avformat.h av_register_all -lavformat || die "Error, can't find libavformat !" >+check_lib libavformat/avformat.h av_register_all -lavformat || die "Error, can't find libavformat !" > echolog "Checking for libavcodec ..." >-check_lib ffmpeg/avcodec.h avcodec_register_all -lavcodec || die "Error, can't find libavcodec !" >+check_lib libavcodec/avcodec.h avcodec_register_all -lavcodec || die "Error, can't find libavcodec !" > > ################################################# > # version >diff --git a/src/av_mpeg4_part10.c b/src/av_mpeg4_part10.c >index bd17022..f9c8ee5 100644 >--- a/src/av_mpeg4_part10.c >+++ b/src/av_mpeg4_part10.c >@@ -26,7 +26,7 @@ > #include <sys/stat.h> > #include <fcntl.h> > >-#include <ffmpeg/avcodec.h> >+#include <libavcodec/avcodec.h> > > #include "dlna_internals.h" > #include "profiles.h" >diff --git a/src/av_mpeg4_part2.c b/src/av_mpeg4_part2.c >index 0148384..823e1b6 100644 >--- a/src/av_mpeg4_part2.c >+++ b/src/av_mpeg4_part2.c >@@ -26,7 +26,7 @@ > #include <sys/stat.h> > #include <fcntl.h> > >-#include <ffmpeg/avcodec.h> >+#include <libavcodec/avcodec.h> > > #include "dlna_internals.h" > #include "profiles.h" >diff --git a/src/containers.c b/src/containers.c >index 71b51f7..ca0819b 100644 >--- a/src/containers.c >+++ b/src/containers.c >@@ -4,7 +4,7 @@ > #include <sys/stat.h> > #include <fcntl.h> > >-#include <ffmpeg/avformat.h> >+#include <libavformat/avformat.h> > > #include "containers.h" > #include "profiles.h" >diff --git a/src/profiles.h b/src/profiles.h >index 7b86d33..a7fc0fd 100644 >--- a/src/profiles.h >+++ b/src/profiles.h >@@ -22,8 +22,8 @@ > #ifndef _PROFILES_H_ > #define _PROFILES_H_ > >-#include <ffmpeg/avcodec.h> >-#include <ffmpeg/avformat.h> >+#include <libavcodec/avcodec.h> >+#include <libavformat/avformat.h> > > #include "dlna_internals.h" > #include "containers.h"
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 385295
:
288499
|
288501
|
302089
|
303359
|
303361
|
303363
|
303365
|
303367
|
303369
|
306643