Changeset 04cf4f559b33aeb0af223a7ee5c6fdb2b701c045

Show
Ignore:
Timestamp:
11/11/06 19:22:33 (2 years ago)
Author:
Damien Fouilleul <damienf@videolan.org>
git-committer:
Damien Fouilleul <damienf@videolan.org> 1163269353 +0000
git-parent:

[8c2453995bb548f3ad8ccd740ac4d16704800df2]

git-author:
Damien Fouilleul <damienf@videolan.org> 1163269353 +0000
Message:

- compile fix

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • include/video_output.h

    r62fffad r04cf4f5  
    246246VLC_EXPORT( int, vout_ControlWindow, ( vout_thread_t *, void *, int, va_list ) ); 
    247247void vout_IntfInit( vout_thread_t * ); 
    248  
     248VLC_EXPORT( int, vout_Snapshot, ( vout_thread_t *p_vout, picture_t *p_pic ) ); 
    249249VLC_EXPORT( void, vout_EnableFilter, ( vout_thread_t *, char *,vlc_bool_t , vlc_bool_t  ) ); 
    250250 
  • src/video_output/vout_intf.c

    r8978e82 r04cf4f5  
    591591                                           NULL, SHGFP_TYPE_CURRENT, 
    592592                                           wdir))) 
    593                 p_mypictureswdir = FromWide (wdir); 
     593                p_mypicturesdir = FromWide (wdir); 
    594594 
    595595            FreeLibrary( shfolder_dll );