X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=vlc-api.pl;h=0cb7d529915d02ed0be342a6ce46a20ae8414a3f;hb=04d05b50633957945de3cbbf955e67cfb5905a65;hp=dc8056f0eb6a52044f4954cc84ebfd515a57b32a;hpb=86dd8dbb3da07ee8ef71492cdeb11394a3f3fc9c;p=vlc diff --git a/vlc-api.pl b/vlc-api.pl index dc8056f0eb..0cb7d52991 100755 --- a/vlc-api.pl +++ b/vlc-api.pl @@ -32,19 +32,15 @@ my $srcdir = $ENV{'top_srcdir'}; # my %new_APIs; my $new_sym = IO::Handle->new(); -open $new_sym, '> libvlc.sym' or die "libvlc.sym: $!\n"; while () { if (/VLC_EXPORT\(\s*(\w.*\S)\s*,\s*(\w*)\s*,\s*\(\s*(\w.*\S)\s*\)\s*\)[^)]*$/) { $new_APIs{$2} = [ ( $1, $3 ) ]; - print { $new_sym } "$2\n"; } } -close $new_sym; - # # Write header's header #