Changeset 6e3e276ac07e0acad6fb69f99e1b9dcf6ae8503e
- Timestamp:
- 11/11/06 18:48:01
(2 years ago)
- Author:
- Rémi Denis-Courmont <rem@videolan.org>
- git-committer:
- Rémi Denis-Courmont <rem@videolan.org> 1163267281 +0000
- git-parent:
[8978e821a39f7a9202f9fde16a5391c6f74e208f]
- git-author:
- Rémi Denis-Courmont <rem@videolan.org> 1163267281 +0000
- Message:
Restore media control API for the obsolete build system
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r91d059e |
r6e3e276 |
|
| 141 | 141 | ############################################################################### |
|---|
| 142 | 142 | |
|---|
| 143 | | libvlc_a_SOURCES = $(SOURCES_libvlc) |
|---|
| | 143 | libvlc_a_SOURCES = $(SOURCES_libvlc) $(SOURCES_libvlc_control) |
|---|
| 144 | 144 | nodist_libvlc_a_SOURCES = misc/version.c |
|---|
| 145 | 145 | libvlc_a_CFLAGS = `$(VLC_CONFIG) --cflags vlc pic` -DUSE_BUILTINS |
|---|
| … | … | |
| 156 | 156 | libvlc_la_DEPENDENCIES = stamp-builtins stamp-api |
|---|
| 157 | 157 | |
|---|
| 158 | | libvlc_control_la_SOURCES = control/core.c control/log.c control/playlist.c \ |
|---|
| 159 | | control/vlm.c control/input.c control/video.c control/audio.c \ |
|---|
| 160 | | control/mediacontrol_core.c control/mediacontrol_util.c \ |
|---|
| 161 | | control/mediacontrol_audio_video.c |
|---|
| | 158 | libvlc_control_la_SOURCES = $(SOURCES_libvlc_control) |
|---|
| 162 | 159 | libvlc_control_la_LIBADD = libvlc.la |
|---|
| 163 | 160 | libvlc_control_la_CFLAGS = `$(VLC_CONFIG) --cflags vlc` |
|---|
| … | … | |
| 353 | 350 | $(NULL) |
|---|
| 354 | 351 | |
|---|
| | 352 | SOURCES_libvlc_control = \ |
|---|
| | 353 | control/core.c \ |
|---|
| | 354 | control/log.c \ |
|---|
| | 355 | control/playlist.c \ |
|---|
| | 356 | control/vlm.c \ |
|---|
| | 357 | control/input.c \ |
|---|
| | 358 | control/video.c \ |
|---|
| | 359 | control/audio.c \ |
|---|
| | 360 | control/mediacontrol_core.c \ |
|---|
| | 361 | control/mediacontrol_util.c \ |
|---|
| | 362 | control/mediacontrol_audio_video.c |
|---|
| | 363 | |
|---|
| 355 | 364 | if !USE_LIBTOOL |
|---|
| 356 | 365 | if !BUILD_SHARED |
|---|