lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

002-no-tests.patch (1756B)


      1 --- a/configure.ac
      2 +++ b/configure.ac
      3 @@ -3617,38 +3617,6 @@ sys/wasapi/Makefile
      4  sys/wininet/Makefile
      5  sys/winks/Makefile
      6  sys/winscreencap/Makefile
      7 -tests/Makefile
      8 -tests/check/Makefile
      9 -tests/files/Makefile
     10 -tests/examples/Makefile
     11 -tests/examples/avsamplesink/Makefile
     12 -tests/examples/camerabin2/Makefile
     13 -tests/examples/codecparsers/Makefile
     14 -tests/examples/directfb/Makefile
     15 -tests/examples/gl/Makefile
     16 -tests/examples/gl/cocoa/Makefile
     17 -tests/examples/gl/clutter/Makefile
     18 -tests/examples/gl/generic/Makefile
     19 -tests/examples/gl/generic/cube/Makefile
     20 -tests/examples/gl/generic/cubeyuv/Makefile
     21 -tests/examples/gl/generic/doublecube/Makefile
     22 -tests/examples/gl/generic/recordgraphic/Makefile
     23 -tests/examples/gl/gtk/Makefile
     24 -tests/examples/gl/gtk/gtkvideooverlay/Makefile
     25 -tests/examples/gl/gtk/3dvideo/Makefile
     26 -tests/examples/gl/gtk/filternovideooverlay/Makefile
     27 -tests/examples/gl/gtk/filtervideooverlay/Makefile
     28 -tests/examples/gl/gtk/fxtest/Makefile
     29 -tests/examples/gl/gtk/switchvideooverlay/Makefile
     30 -tests/examples/gl/qt/Makefile
     31 -tests/examples/gl/sdl/Makefile
     32 -tests/examples/gtk/Makefile
     33 -tests/examples/mpegts/Makefile
     34 -tests/examples/mxf/Makefile
     35 -tests/examples/opencv/Makefile
     36 -tests/examples/uvch264/Makefile
     37 -tests/examples/waylandsink/Makefile
     38 -tests/icles/Makefile
     39  ext/voamrwbenc/Makefile
     40  ext/voaacenc/Makefile
     41  ext/assrender/Makefile
     42 --- a/Makefile.am
     43 +++ b/Makefile.am
     44 @@ -2,11 +2,11 @@ DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-d
     45  
     46  SUBDIRS = \
     47  	gst-libs gst sys ext pkgconfig \
     48 -	m4 common docs tests tools
     49 +	m4 common docs tools
     50  
     51  DIST_SUBDIRS = \
     52  	gst gst-libs sys ext pkgconfig \
     53 -	m4 common docs tests tools
     54 +	m4 common docs tools
     55  
     56  # include before EXTRA_DIST for win32 assignment
     57  include $(top_srcdir)/common/win32.mak