Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 275977 Details for
Bug 354159
transcode reports import_ffmpeg.so: undefined symbol: avcodec_init
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Correction in import/Makefile.am for LIBAVCODEC_x
transcode-1.1.5-libavcodec.patch (text/plain), 770 bytes, created by
Frédéric COIFFIER
on 2011-06-06 10:07:50 UTC
(
hide
)
Description:
Correction in import/Makefile.am for LIBAVCODEC_x
Filename:
MIME Type:
Creator:
Frédéric COIFFIER
Created:
2011-06-06 10:07:50 UTC
Size:
770 bytes
patch
obsolete
>diff -urN transcode-1.1.5-orig//import/Makefile.am transcode-1.1.5//import/Makefile.am >--- transcode-1.1.5-orig//import/Makefile.am 2009-10-31 18:02:08.000000000 +0100 >+++ transcode-1.1.5//import/Makefile.am 2011-06-06 11:02:43.988415769 +0200 >@@ -143,9 +143,9 @@ > import_dvd_la_LIBADD = $(LIBDVDREAD_LIBS) > > import_ffmpeg_la_SOURCES = import_ffmpeg.c >-import_ffmpeg_la_CPPFLAGS = $(AM_CPPFLAGS) $(LIBAVFORMAT_CFLAGS) >+import_ffmpeg_la_CPPFLAGS = $(AM_CPPFLAGS) $(LIBAVFORMAT_CFLAGS) $(LIBAVCODEC_CFLAGS) > import_ffmpeg_la_LDFLAGS = -module -avoid-version >-import_ffmpeg_la_LIBADD = $(LIBAVFORMAT_LIBS) >+import_ffmpeg_la_LIBADD = $(LIBAVFORMAT_LIBS) $(LIBAVCODEC_LIBS) > > import_im_la_SOURCES = import_im.c > import_im_la_CPPFLAGS = $(AM_CPPFLAGS) $(IMAGEMAGICK_CFLAGS)
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 354159
: 275977 |
275979
|
284811