summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2001-12-25 22:30:51 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2001-12-25 22:30:51 +0000
commit877369b324cfc960d2b2b19fb2023b4fa6989eba (patch)
tree94ff9e4bb4dad6f82078ceb8de570a2c846cf83b
parent010b6a1d8acbfeb1325714729024f0fd39a558b7 (diff)
downloadgst-plugins-bad-877369b324cfc960d2b2b19fb2023b4fa6989eba.tar.gz
gst-plugins-bad-877369b324cfc960d2b2b19fb2023b4fa6989eba.tar.bz2
gst-plugins-bad-877369b324cfc960d2b2b19fb2023b4fa6989eba.zip
more distcheck fixes
Original commit message from CVS: more distcheck fixes
-rw-r--r--ext/Makefile.am15
-rw-r--r--gst-libs/gst/idct/ieeetest.c2
2 files changed, 12 insertions, 5 deletions
diff --git a/ext/Makefile.am b/ext/Makefile.am
index 2c0c73bb..08210afb 100644
--- a/ext/Makefile.am
+++ b/ext/Makefile.am
@@ -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
diff --git a/gst-libs/gst/idct/ieeetest.c b/gst-libs/gst/idct/ieeetest.c
index d78158e4..23d64eb5 100644
--- a/gst-libs/gst/idct/ieeetest.c
+++ b/gst-libs/gst/idct/ieeetest.c
@@ -15,7 +15,7 @@
#include <math.h>
#include <gst/gst.h>
-#include "gstidct.h"
+#include <gst/idct/idct.h>
#include "dct.h"