Commit e289d5f0 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Don't venture into non-existent directory

parent 02522fbf
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
# obviously does not. Here is a fix for that. # obviously does not. Here is a fix for that.
LIBTOOL=@LIBTOOL@ --tag=CC LIBTOOL=@LIBTOOL@ --tag=CC
BASE_SUBDIRS = dvb mms rtp rtsp vcd vcdx screen bd zip BASE_SUBDIRS = mms rtp rtsp vcd vcdx screen bd zip
EXTRA_SUBDIRS = dshow EXTRA_SUBDIRS = dshow
SUBDIRS = $(BASE_SUBDIRS) SUBDIRS = $(BASE_SUBDIRS)
DIST_SUBDIRS = $(BASE_SUBDIRS) $(EXTRA_SUBDIRS) DIST_SUBDIRS = $(BASE_SUBDIRS) $(EXTRA_SUBDIRS)
......
...@@ -200,13 +200,6 @@ modules/access/dshow/filter.cpp ...@@ -200,13 +200,6 @@ modules/access/dshow/filter.cpp
modules/access/dshow/filter.h modules/access/dshow/filter.h
modules/access/dtv/access.c modules/access/dtv/access.c
modules/access/dv.c modules/access/dv.c
modules/access/dvb/access.c
modules/access/dvb/dvb.h
modules/access/dvb/en50221.c
modules/access/dvb/http.c
modules/access/dvb/linux_dvb.c
modules/access/dvb/scan.c
modules/access/dvb/scan.h
modules/access/dvdnav.c modules/access/dvdnav.c
modules/access/dvdread.c modules/access/dvdread.c
modules/access/eyetv.m modules/access/eyetv.m
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment