Changeset f530aa7a74b10fe6155d8ef371f12098915bfaf4

Show
Ignore:
Timestamp:
10/21/06 14:35:13 (2 years ago)
Author:
Rémi Denis-Courmont <rem@videolan.org>
git-committer:
Rémi Denis-Courmont <rem@videolan.org> 1161434113 +0000
git-parent:

[0aa9a402c5e360de1ab156f4cd73de0273a3b2b0]

git-author:
Rémi Denis-Courmont <rem@videolan.org> 1161434113 +0000
Message:

Fix [17200]

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • src/audio_output/intf.c

    r020e026 rf530aa7  
    2525 * Preamble 
    2626 *****************************************************************************/ 
     27 
     28#include <vlc/vlc.h> 
     29 
    2730#include <stdio.h> 
    2831#include <stdlib.h>                            /* calloc(), malloc(), free() */ 
    2932#include <string.h> 
    30  
    31 #include <vlc/vlc.h> 
    3233 
    3334#include "audio_output.h"