diff options
author | phintuka <phintuka> | 2009-02-16 16:27:20 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2009-02-16 16:27:20 +0000 |
commit | 42abde00c5115e1c94c545b2bc1e2f3f714bfbf2 (patch) | |
tree | e37ce183de19008eb2c532d4d059eb2ed30f7556 | |
parent | 9b2afdabb3f5c12d8e809dc854aad9b4511c9a0b (diff) | |
download | xineliboutput-42abde00c5115e1c94c545b2bc1e2f3f714bfbf2.tar.gz xineliboutput-42abde00c5115e1c94c545b2bc1e2f3f714bfbf2.tar.bz2 |
include tools/mpeg.h
-rw-r--r-- | frontend.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -4,7 +4,7 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: frontend.c,v 1.67 2009-01-26 08:58:52 phintuka Exp $ + * $Id: frontend.c,v 1.68 2009-02-16 16:27:20 phintuka Exp $ * */ @@ -35,6 +35,7 @@ #include "device.h" #include "tools/pes.h" +#include "tools/mpeg.h" #include "tools/h264.h" #include "tools/general_remote.h" #include "tools/iso639.h" |