Changeset 5aac0d0a84e50d65feaba7460c0ea8a0fcf21c49
- Timestamp:
- 08/15/07 00:47:45
(1 year ago)
- Author:
- Pierre d'Herbemont <pdherbemont@videolan.org>
- git-committer:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1187131665 +0000
- git-parent:
[30cc1b1d917cd3cda7bd25a09533690421326075]
- git-author:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1187131665 +0000
- Message:
modules/meta_engine/googleimage.c: Remove the googleimage module as it is implemented in lua.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r1179afb |
r5aac0d0 |
|
| 1210 | 1210 | VLC_ADD_PLUGINS([packetizer_mpeg4video packetizer_mpeg4audio]) |
|---|
| 1211 | 1211 | VLC_ADD_PLUGINS([packetizer_vc1]) |
|---|
| 1212 | | VLC_ADD_PLUGINS([googleimage]) |
|---|
| 1213 | 1212 | |
|---|
| 1214 | 1213 | |
|---|
| r30cc1b1 |
r5aac0d0 |
|
| 1 | 1 | SOURCES_folder = folder.c |
|---|
| 2 | | SOURCES_googleimage = googleimage.c |
|---|
| 3 | 2 | SOURCES_id3tag = id3tag.c id3genres.h $(NULL) |
|---|
| 4 | 3 | SOURCES_luameta = luameta.c |
|---|