more distcheck fixes
authorThomas Vander Stichele <thomas@apestaart.org>
Tue, 25 Dec 2001 22:30:51 +0000 (22:30 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Tue, 25 Dec 2001 22:30:51 +0000 (22:30 +0000)
Original commit message from CVS:
more distcheck fixes

ext/Makefile.am
gst-libs/gst/idct/ieeetest.c

index 2c0c73bbf6019e9d6d59f31c2d4f44cad5c74d72..08210afb8d8329a95034b6884d8d2be07135eba9 100644 (file)
@@ -136,6 +136,12 @@ else
 OPENQUICKTIME_DIR=
 endif
 
+if USE_RAW1394
+RAW1394_DIR=raw1394
+else
+RAW1394_DIR=
+endif
+
 if USE_RTP
 RTP_DIR=rtp
 else
@@ -170,11 +176,12 @@ SUBDIRS=$(A52_DIR) $(AALIB_DIR) $(ALSA_DIR) \
         $(ARTS_DIR) $(ARTSC_DIR) $(AUDIOFILE_DIR) \
        $(AVIFILE_DIR) $(CDPARANOIA_DIR) $(DV_DIR) $(DVDREAD_DIR) $(ESD_DIR) \
         $(FESTIVAL_DIR) $(FLAC_DIR) $(GNOMEVFS_DIR) $(GSM_DIR) $(HERMES_DIR) \
-       $(HTTP_DIR) $(JPEG_DIR) $(LAME_DIR) $(MAD_DIR) $(MIKMOD_DIR) $(MPEG2DEC_DIR) \
-       $(OPENQUICKTIME_DIR) $(RTP_DIR) $(SDL_DIR) $(SHOUT_DIR) $(VORBIS_DIR) \
+       $(HTTP_DIR) $(JPEG_DIR) $(LAME_DIR) $(MAD_DIR) \
+       $(MIKMOD_DIR) $(MPEG2DEC_DIR) $(OPENQUICKTIME_DIR) 
+       $(RAW1394_DIR) $(RTP_DIR) $(SDL_DIR) $(SHOUT_DIR) $(VORBIS_DIR) \
        $(XMMS_DIR)
 
 DIST_SUBDIRS=a52 aalib alsa arts artsd avifile audiofile cdparanoia \
              dv dvdread esd \
-            festival flac gnomevfs gsm hermes http jpeg lame mad mikmod mpeg2dec \
-            openquicktime rtp sdl shout vorbis xmms
+            festival flac gnomevfs gsm hermes http jpeg ladspa lame mad mikmod mpeg2dec \
+            openquicktime raw1394 rtp sdl shout sidplay vorbis xmms
index d78158e4bd8a21b109d3125a617481417e1ece58..23d64eb5b12bfce4b919cee66202145f8e2303d3 100644 (file)
@@ -15,7 +15,7 @@
 #include <math.h>
 
 #include <gst/gst.h>
-#include "gstidct.h"
+#include <gst/idct/idct.h>
 #include "dct.h"