Move v4l2.c back to the access/ directory

(No more splitting up planed in the forseable future)
This commit is contained in:
Antoine Cellerier 2009-01-04 17:40:00 +01:00
parent a1bef30351
commit f931a4a484
4 changed files with 2 additions and 3 deletions

View File

@ -5824,7 +5824,6 @@ AC_CONFIG_FILES([
modules/access/rtp/Makefile
modules/access/rtsp/Makefile
modules/access/rtmp/Makefile
modules/access/v4l2/Makefile
modules/access/vcd/Makefile
modules/access/vcdx/Makefile
modules/access/screen/Makefile

View File

@ -3,7 +3,7 @@
# obviously does not. Here is a fix for that.
LIBTOOL=@LIBTOOL@ --tag=CC
BASE_SUBDIRS = dvb mms cdda rtp rtsp rtmp v4l2 vcd vcdx screen
BASE_SUBDIRS = dvb mms cdda rtp rtsp rtmp vcd vcdx screen
EXTRA_SUBDIRS = bda dshow
SUBDIRS = $(BASE_SUBDIRS)
DIST_SUBDIRS = $(BASE_SUBDIRS) $(EXTRA_SUBDIRS)
@ -29,6 +29,7 @@ SOURCES_dc1394 = dc1394.c
SOURCES_access_fake = fake.c
SOURCES_pvr = pvr.c videodev2.h
SOURCES_v4l = v4l.c videodev_mjpeg.h
SOURCES_v4l2 = v4l2.c
SOURCES_qtcapture = qtcapture.m
SOURCES_cdda = \
cdda.c \

View File

@ -1 +0,0 @@
SOURCES_v4l2 = v4l2.c