Mageia Bugzilla – Attachment 12510 Details for
Bug 28504
mplayer can't read video files with dav1d codec; this bugs contains the fix.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
[patch]
configure dvdread
mplayer-configure-dvdread-ldflags.patch (text/plain), 799 bytes, created by
Philippe Didier
on 2021-03-25 01:44:15 CET
(
hide
)
Description:
configure dvdread
Filename:
MIME Type:
Creator:
Philippe Didier
Created:
2021-03-25 01:44:15 CET
Size:
799 bytes
patch
obsolete
>--- mplayer-export-2014-11-05/configure.link-dvdread 2014-11-08 01:26:44.025744730 +0100 >+++ mplayer-export-2014-11-05/configure 2014-11-08 01:44:45.179029310 +0100 >@@ -6105,14 +6105,13 @@ > _dvdreadlibs=$($_dvdreadconfig --libs 2> /dev/null) > if statement_check dvdread/dvd_reader.h 'DVDOpen("test")' $_dvdreadcflags $_dvdreadlibs ; then > _dvdread=yes >- extra_cflags="$extra_cflags $_dvdreadcflags" >- extra_ldflags="$extra_ldflags $_dvdreadlibs" > fi > fi > > if test "$_dvdread" = yes; then > def_dvdread='#define CONFIG_DVDREAD 1' >- extra_ldflags="$extra_ldflags" >+ extra_cflags="$extra_cflags $($_dvdreadconfig --cflags 2> /dev/null)" >+ extra_ldflags="$extra_ldflags $($_dvdreadconfig --libs 2> /dev/null)" > inputmodules="dvdread $inputmodules" > else > _dvdnav=no
--- mplayer-export-2014-11-05/configure.link-dvdread 2014-11-08 01:26:44.025744730 +0100 +++ mplayer-export-2014-11-05/configure 2014-11-08 01:44:45.179029310 +0100 @@ -6105,14 +6105,13 @@ _dvdreadlibs=$($_dvdreadconfig --libs 2> /dev/null) if statement_check dvdread/dvd_reader.h 'DVDOpen("test")' $_dvdreadcflags $_dvdreadlibs ; then _dvdread=yes - extra_cflags="$extra_cflags $_dvdreadcflags" - extra_ldflags="$extra_ldflags $_dvdreadlibs" fi fi if test "$_dvdread" = yes; then def_dvdread='#define CONFIG_DVDREAD 1' - extra_ldflags="$extra_ldflags" + extra_cflags="$extra_cflags $($_dvdreadconfig --cflags 2> /dev/null)" + extra_ldflags="$extra_ldflags $($_dvdreadconfig --libs 2> /dev/null)" inputmodules="dvdread $inputmodules" else _dvdnav=no
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 28504
:
12499
|
12500
|
12501
|
12502
|
12503
|
12504
|
12505
|
12506
|
12507
|
12508
|
12509
| 12510 |
12511
|
12512
|
12513
|
12514
|
12515
|
12518
|
12536
|
12541