diff options
Diffstat (limited to 'user/faad2/fix-x86-lrintf.patch')
-rw-r--r-- | user/faad2/fix-x86-lrintf.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/user/faad2/fix-x86-lrintf.patch b/user/faad2/fix-x86-lrintf.patch new file mode 100644 index 000000000..b0038b756 --- /dev/null +++ b/user/faad2/fix-x86-lrintf.patch @@ -0,0 +1,11 @@ +diff -ur a/CMakeLists.txt b/CMakeLists.txt +--- a/CMakeLists.txt 2023-10-24 21:00:08.223699531 +0000 ++++ b/CMakeLists.txt 2023-10-24 21:00:30.200223679 +0000 +@@ -60,6 +60,7 @@ + set(FAAD_DEFINES + APPLY_DRC + HAVE_INTTYPES_H=1 ++ HAVE_LRINTF=1 + HAVE_MEMCPY=1 + HAVE_STRING_H=1 + HAVE_STRINGS_H=1 |