MINGW-packages/mingw-w64-ffms2/0001-ffmsindex-add-municode-ldflag.patch
Christoph Reiter d1a31fa2c0 ffms2: Update to 5.0
drop two backports and one patch refresh
2024-06-22 08:55:06 +02:00

11 lines
397 B
Diff

--- ffms2-5.0/Makefile.am.orig 2024-06-22 08:52:30.583621500 +0200
+++ ffms2-5.0/Makefile.am 2024-06-22 08:52:50.493819200 +0200
@@ -56,6 +56,7 @@
bin_PROGRAMS = src/index/ffmsindex
src_index_ffmsindex_SOURCES = src/index/ffmsindex.cpp
+src_index_ffmsindex_LDFLAGS = -municode
src_index_ffmsindex_LDADD = -lavutil src/core/libffms2.la
.PHONY: test test-build test-clean test-sync test-run