Changeset cf5a9ea734f8eb6083de8615fef148e7107fb031
- Timestamp:
- 03/04/08 00:55:40
(7 months ago)
- Author:
- Pierre d'Herbemont <pdherbemont@videolan.org>
- git-committer:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1207176940 +0200
- git-parent:
[b61c8fdebdb1260da5b9baa47bd9f0245be11252]
- git-author:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1207176910 +0200
- Message:
testapi: Don't disable test.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r49347bf |
rcf5a9ea |
|
| 319 | 319 | static void test_media_player_play_stop(const char** argv, int argc) |
|---|
| 320 | 320 | { |
|---|
| 321 | | #if 0 |
|---|
| 322 | 321 | libvlc_instance_t *vlc; |
|---|
| 323 | 322 | libvlc_media_t *md; |
|---|
| … | … | |
| 356 | 355 | libvlc_release (vlc); |
|---|
| 357 | 356 | catch (); |
|---|
| 358 | | #endif |
|---|
| 359 | 357 | } |
|---|
| 360 | 358 | |
|---|