Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-gpu
Commits
f931a4a4
Commit
f931a4a4
authored
Jan 04, 2009
by
Antoine Cellerier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move v4l2.c back to the access/ directory
(No more splitting up planed in the forseable future)
parent
a1bef303
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
2 additions
and
3 deletions
+2
-3
configure.ac
configure.ac
+0
-1
modules/access/Modules.am
modules/access/Modules.am
+2
-1
modules/access/v4l2.c
modules/access/v4l2.c
+0
-0
modules/access/v4l2/Modules.am
modules/access/v4l2/Modules.am
+0
-1
No files found.
configure.ac
View file @
f931a4a4
...
@@ -5824,7 +5824,6 @@ AC_CONFIG_FILES([
...
@@ -5824,7 +5824,6 @@ AC_CONFIG_FILES([
modules/access/rtp/Makefile
modules/access/rtp/Makefile
modules/access/rtsp/Makefile
modules/access/rtsp/Makefile
modules/access/rtmp/Makefile
modules/access/rtmp/Makefile
modules/access/v4l2/Makefile
modules/access/vcd/Makefile
modules/access/vcd/Makefile
modules/access/vcdx/Makefile
modules/access/vcdx/Makefile
modules/access/screen/Makefile
modules/access/screen/Makefile
...
...
modules/access/Modules.am
View file @
f931a4a4
...
@@ -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 cdda rtp rtsp rtmp v
4l2 v
cd vcdx screen
BASE_SUBDIRS = dvb mms cdda rtp rtsp rtmp vcd vcdx screen
EXTRA_SUBDIRS = bda dshow
EXTRA_SUBDIRS = bda dshow
SUBDIRS = $(BASE_SUBDIRS)
SUBDIRS = $(BASE_SUBDIRS)
DIST_SUBDIRS = $(BASE_SUBDIRS) $(EXTRA_SUBDIRS)
DIST_SUBDIRS = $(BASE_SUBDIRS) $(EXTRA_SUBDIRS)
...
@@ -29,6 +29,7 @@ SOURCES_dc1394 = dc1394.c
...
@@ -29,6 +29,7 @@ SOURCES_dc1394 = dc1394.c
SOURCES_access_fake = fake.c
SOURCES_access_fake = fake.c
SOURCES_pvr = pvr.c videodev2.h
SOURCES_pvr = pvr.c videodev2.h
SOURCES_v4l = v4l.c videodev_mjpeg.h
SOURCES_v4l = v4l.c videodev_mjpeg.h
SOURCES_v4l2 = v4l2.c
SOURCES_qtcapture = qtcapture.m
SOURCES_qtcapture = qtcapture.m
SOURCES_cdda = \
SOURCES_cdda = \
cdda.c \
cdda.c \
...
...
modules/access/v4l2
/v4l2
.c
→
modules/access/v4l2.c
View file @
f931a4a4
File moved
modules/access/v4l2/Modules.am
deleted
100644 → 0
View file @
a1bef303
SOURCES_v4l2 = v4l2.c
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment