/hffplay

Primary LanguageC

hffplay

This project is copied from FFmpeg/FFplay源码剖析[杨书良]. And I have modified some files so that it can build in linux by cmake.

##Build&Run ###Ubuntu 14.04 Notes: make sure you have installed cmake & SDL(libsdl1.2-dev) on your linux

1.mkdir build && cd build

2.cmake .. && make

3../hffplay filename

##Thanks 1.FFmpeg/FFplay源码剖析[杨书良]

2.FFmpeg