Projects
home:manfred-h
MPlayer
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 6
View file
MPlayer.changes
Changed
@@ -9,7 +9,9 @@ Thanks go to Bjørn Lie to point me at them! - Modify ffmpeg related build requirements to fit with ffmpeg-8 - Add "--disable-vdpau" due to current ffmpeg version -- Remove one patch for libmpcodecs/ad_spdif.c from MPlayer.patch +- Remove patch for libmpcodecs/ad_spdif.c and libmpdemux/muxer_lavf.c + from MPlayer.patch; removal of "const" for the *write* functions + is just plain wrong! ------------------------------------------------------------------- Fri Oct 27 15:54:12 UTC 2023 - Bjørn Lie <zaitor@opensuse.org>
View file
MPlayer.patch
Changed
@@ -9,17 +9,6 @@ if (h > 0) sprintf(*(char **) arg, "%d:%02d:%02d", h, m, s); else if (m > 0) ---- a/libmpdemux/muxer_lavf.c -+++ b/libmpdemux/muxer_lavf.c -@@ -77,7 +77,7 @@ const m_option_t lavfopts_conf = { - {NULL, NULL, 0, 0, 0, 0, NULL} - }; - --static int mp_write(void *opaque, const uint8_t *buf, int size) -+static int mp_write(void *opaque, uint8_t *buf, int size) - { - muxer_t *muxer = opaque; - return stream_write_buffer(muxer->stream, buf, size); --- a/libmenu/menu_console.c +++ b/libmenu/menu_console.c @@ -469,7 +469,7 @@ static int read_key(menu_t* menu,int c)
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.