37 lines
809 B
Diff
37 lines
809 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;
|
|
@@ -661,6 +662,7 @@
|
|
AC_TRY_RUN([
|
|
#include <inttypes.h>
|
|
#include <faac.h>
|
|
+int
|
|
main()
|
|
{
|
|
int samplerate = 44100, num_channels = 2;
|
|
@@ -730,6 +732,7 @@
|
|
AC_TRY_RUN([
|
|
#include <neaacdec.h>
|
|
#include <stdio.h>
|
|
+int
|
|
main()
|
|
{
|
|
int faad_major;
|
|
@@ -763,6 +766,7 @@
|
|
AC_TRY_RUN([
|
|
#include <faad.h>
|
|
#include <stdio.h>
|
|
+int
|
|
main()
|
|
{
|
|
int faad_major;
|