Aman8050 / vlc-qt

VLC-Qt - a simple library to connect Qt application with libVLC

Home Page:http://projects.tano.si

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VLC-Qt Library

VLC-Qt is a free library used to connect Qt and libvlc libraries. It contains core classes for main media playback and also some GUI classes for faster media player developement.

VLC-Qt runs on Linux, OS X and Windows, other operating systems are currently not supported.

Get VLC-Qt

You can download VLC-Qt from the official web page (http://projects.tano.si) or using Git:

$ git clone git://github.com/ntadej/vlc-qt.git

Dependencies

  • g++, make
  • cmake >= 3.0.2
  • Qt >= 4.8
  • libvlc >= 2.0

Compilation

$ mkdir build
$ cd build
$ cmake .. -DCMAKE_INSTALL_PREFIX=prefix
$ make

Installation

$ make install

Copyright info

Copyright (C) 2010-2014 Tadej Novak

VLC-Qt is free (libre) software. This means that the library source code is available to public, anyone is welcome to research how the application works, participate in its development, freely distribute the application and spread the word!

This project may be used under the terms of the GNU Lesser General Public License version 3.0 as published by the Free Software Foundation and appearing in the file LICENSE.LGPL.

About

VLC-Qt - a simple library to connect Qt application with libVLC

http://projects.tano.si

License:GNU General Public License v3.0


Languages

Language:C++ 64.8%Language:C 17.5%Language:CMake 15.1%Language:Shell 1.7%Language:QMake 0.3%Language:QML 0.3%Language:Prolog 0.2%