diff options
author | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2004-10-23 11:38:24 +0000 |
---|---|---|
committer | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2004-10-23 11:38:24 +0000 |
commit | d6d8085dff6ee8273be50dfee01bbb9b4d271235 (patch) | |
tree | 56ca3d7954fcc84e5a877795c45e92b2106f36c1 /ext | |
parent | 357b075a651f6f2e1152d3eba0df97282929e767 (diff) | |
download | gst-plugins-bad-d6d8085dff6ee8273be50dfee01bbb9b4d271235.tar.gz gst-plugins-bad-d6d8085dff6ee8273be50dfee01bbb9b4d271235.tar.bz2 gst-plugins-bad-d6d8085dff6ee8273be50dfee01bbb9b4d271235.zip |
ext/Makefile.am: Fix the build fixes.
Original commit message from CVS:
* ext/Makefile.am:
Fix the build fixes.
Diffstat (limited to 'ext')
-rw-r--r-- | ext/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/Makefile.am b/ext/Makefile.am index aaa9c6a8..cd9c5ac3 100644 --- a/ext/Makefile.am +++ b/ext/Makefile.am @@ -370,6 +370,7 @@ SUBDIRS=\ $(DIRAC_DIR) \ $(DIVX_DIR) \ $(DTS_DIR) \ + $(DV1394_DIR) \ $(DVDREAD_DIR) \ $(DVDNAV_DIR) \ $(ESD_DIR) \ @@ -401,7 +402,6 @@ SUBDIRS=\ $(MUSICBRAINZ_DIR) \ $(OGG_DIR) \ $(PANGO_DIR) \ - $(RAW1394_DIR) \ $(SDL_DIR) \ $(SHOUT_DIR) \ $(SHOUT2_DIR) \ |