Developer Tricks: VideoLAN VLC Media Player - Redmond Developer News

 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements UNIX and Linux RSS News Developer Tricks: VideoLAN VLC Media Player - Redmond Developer News
# 1  
Old 06-17-2007
Developer Tricks: VideoLAN VLC Media Player - Redmond Developer News

Developer Tricks: VideoLAN VLC Media Player
Redmond Developer News, CA - 3 hours ago
VLC originates in the Unix/Linux world where there's no such a thing as Windows codecs. It has been designed to use built-in decoding algorithms from the ...


More...
Login or Register to Ask a Question

Previous Thread | Next Thread

1 More Discussions You Might Find Interesting

1. Linux

Unable to install VLC media player or any other player in SL 6.3 distro

Hi, I am unable to install VLC or any other media players in my SL 6.3 distro. I am using yum utility to install the packages, but i am getting the below error messages, --> Processing Dependency: libpng15.so.15()(64bit) for package: vlc-core-2.0.3-1.fc18.x86_64 --> Processing... (1 Reply)
Discussion started by: vel4ever
1 Replies
Login or Register to Ask a Question
AutoReply(3pm)						User Contributed Perl Documentation					    AutoReply(3pm)

NAME
News::AutoReply - derivative of News::Article for generating autoreplies SYNOPSIS
use News::AutoReply; $reply = News::AutoReply->new($message); DESCRIPTION
Like News::Article, but must be given a reference to another article at creation time - initialises To, In-Reply-To, References etc. correctly as an automatic reply. USAGE
use News::AutoReply; Exports nothing. Constructor new ( ORIGINAL ) Construct an autoreply to a message, assuming that the Reply-To (if present, otherwise the From) header of "ORIGINAL" is valid. Returns a new Article object with no body or envelope sender, but with suitable headers. If an environment variable LOOP is defined, it is used as the contents of an X-Loop header added to the reply (this is useful when using this code in progs launched from a procmail recipe). Always preserves X-Loop headers in the original. The reference-folding code could probably be improved. AUTHOR
Andrew Gierth <andrew@erlenstar.demon.co.uk> SOURCE
Contact the author. COPYRIGHT
Copyright 1997 Andrew Gierth <andrew@erlenstar.demon.co.uk> This code may be used and/or distributed under the same terms as Perl itself. perl v5.10.1 2010-04-03 AutoReply(3pm)