Module: wine Branch: master Commit: a288b94831bcd9ef65c23475d8499e53fea69c18 URL: https://source.winehq.org/git/wine.git/?a=commit;h=a288b94831bcd9ef65c23475d...
Author: Rémi Bernon rbernon@codeweavers.com Date: Wed Feb 16 12:19:06 2022 +0100
winegstreamer: Move format helpers to a dedicated source.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=51931 Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=52391 Signed-off-by: Rémi Bernon rbernon@codeweavers.com Signed-off-by: Zebediah Figura zfigura@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/winegstreamer/Makefile.in | 1 + dlls/winegstreamer/unix_private.h | 32 +++ dlls/winegstreamer/wg_format.c | 436 ++++++++++++++++++++++++++++++++++++++ dlls/winegstreamer/wg_parser.c | 397 +--------------------------------- 4 files changed, 471 insertions(+), 395 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=a288b94831bcd9ef65c23...