Mageia Bugzilla – Attachment 12508 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]
fix live test
mplayer-1.1-fix-live-test.patch (text/plain), 598 bytes, created by
Philippe Didier
on 2021-03-25 01:41:33 CET
(
hide
)
Description:
fix live test
Filename:
MIME Type:
Creator:
Philippe Didier
Created:
2021-03-25 01:41:33 CET
Size:
598 bytes
patch
obsolete
>--- configure~ 2012-05-22 14:01:51.000000000 -0400 >+++ configure 2012-06-16 11:53:39.391791125 -0400 >@@ -6671,7 +6671,7 @@ > #error Please upgrade to version 2006.03.03 or later of the "LIVE555 Streaming Media" libraries - available from <www.live555.com/liveMedia/> > #endif > #include "BasicUsageEnvironment.hh" >-int main(void) { RTSPClient::createNew(*BasicUsageEnvironment::createNew(*BasicTaskScheduler::createNew()), 0, "", 0); return 0; } >+int main(void) { RTSPClient::createNew(*BasicUsageEnvironment::createNew(*BasicTaskScheduler::createNew()), "", 0, "", 0); return 0; } > EOF > > _live=no
--- configure~ 2012-05-22 14:01:51.000000000 -0400 +++ configure 2012-06-16 11:53:39.391791125 -0400 @@ -6671,7 +6671,7 @@ #error Please upgrade to version 2006.03.03 or later of the "LIVE555 Streaming Media" libraries - available from <www.live555.com/liveMedia/> #endif #include "BasicUsageEnvironment.hh" -int main(void) { RTSPClient::createNew(*BasicUsageEnvironment::createNew(*BasicTaskScheduler::createNew()), 0, "", 0); return 0; } +int main(void) { RTSPClient::createNew(*BasicUsageEnvironment::createNew(*BasicTaskScheduler::createNew()), "", 0, "", 0); return 0; } EOF _live=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