]> git.sesse.net Git - vlc/blob - extras/contrib/src/Patches/libschroedinger-fix-build-OSX-test.patch
336a28f024b9f51ff7b53a5e119b6f7d9e288582
[vlc] / extras / contrib / src / Patches / libschroedinger-fix-build-OSX-test.patch
1 From: David Schleef <ds@hutch.local>
2 Date: Mon, 23 Jun 2008 20:24:34 +0000 (-0700)
3 Subject: [build] Remove i386-only test.  not useful.
4 X-Git-Url: http://diracvideo.org/git?p=schroedinger.git;a=commitdiff_plain;h=03a9d4cee3c42715a5b7370d7a62f3d788c77e2a
5
6 [build] Remove i386-only test.  not useful.
7 ---
8
9 diff --git a/testsuite/prototype/Makefile.am b/testsuite/prototype/Makefile.am
10 index 0513faf..8b13789 100644
11 --- a/testsuite/prototype/Makefile.am
12 +++ b/testsuite/prototype/Makefile.am
13 @@ -1,11 +1 @@
14  
15 -if HAVE_I386
16 -noinst_PROGRAMS = arith_speed
17 -endif
18 -
19 -AM_CFLAGS = $(SCHRO_CFLAGS) $(ERROR_CFLAGS) $(LIBOIL_CFLAGS) \
20 -           -DSCHRO_ENABLE_UNSTABLE_API
21 -LDADD = $(SCHRO_LIBS)
22 -
23 -arith_speed_SOURCES = arith_speed.c
24 -