Changeset cf5a9ea734f8eb6083de8615fef148e7107fb031

Show
Ignore:
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
  • src/control/testapi.c

    r49347bf rcf5a9ea  
    319319static void test_media_player_play_stop(const char** argv, int argc) 
    320320{ 
    321 #if 0 
    322321    libvlc_instance_t *vlc; 
    323322    libvlc_media_t *md; 
     
    356355    libvlc_release (vlc); 
    357356    catch (); 
    358 #endif 
    359357} 
    360358