forked from pool/libquicktime
8ce6d2c8aa
- Fix build with GCC 14, bsc#1221701 * fix-gcc14-build.patch OBS-URL: https://build.opensuse.org/request/show/1166667 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libquicktime?expand=0&rev=95
13 lines
398 B
Diff
13 lines
398 B
Diff
Index: libquicktime-1.2.4+git20180804.fff99cd/configure.ac
|
|
===================================================================
|
|
--- libquicktime-1.2.4+git20180804.fff99cd.orig/configure.ac
|
|
+++ libquicktime-1.2.4+git20180804.fff99cd/configure.ac
|
|
@@ -282,6 +282,7 @@ have_lame="false"
|
|
AC_TRY_RUN([
|
|
#include <lame/lame.h>
|
|
#include <stdio.h>
|
|
+int
|
|
main()
|
|
{
|
|
int version_major;
|