Changeset 22d8f2eccd8d61c8b2b3d2bc1e218bb6f4240925
- Timestamp:
- 14/01/08 22:30:44
(11 months ago)
- Author:
- Antoine Cellerier <dionoea@videolan.org>
- git-committer:
- Antoine Cellerier <dionoea@videolan.org> 1200346244 +0000
- git-parent:
[cd351fc28d472af51dcbea7df45d4a0779b8c575]
- git-author:
- Antoine Cellerier <dionoea@videolan.org> 1200346244 +0000
- Message:
Move the v4l2 access to its own subdirectory.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r29e5b0f |
r22d8f2e |
|
| 6166 | 6166 | modules/access/cdda/Makefile |
|---|
| 6167 | 6167 | modules/access/rtsp/Makefile |
|---|
| | 6168 | modules/access/v4l2/Makefile |
|---|
| 6168 | 6169 | modules/access/vcd/Makefile |
|---|
| 6169 | 6170 | modules/access/vcdx/Makefile |
|---|
| ra4b948f |
r22d8f2e |
|
| 15 | 15 | SOURCES_pvr = pvr.c videodev2.h |
|---|
| 16 | 16 | SOURCES_v4l = v4l.c videodev_mjpeg.h |
|---|
| 17 | | SOURCES_v4l2 = v4l2.c |
|---|
| 18 | 17 | SOURCES_cdda = \ |
|---|
| 19 | 18 | cdda.c \ |
|---|