diff options
author | Michael Roitzsch <mroi@users.sourceforge.net> | 2003-05-28 13:53:03 +0000 |
---|---|---|
committer | Michael Roitzsch <mroi@users.sourceforge.net> | 2003-05-28 13:53:03 +0000 |
commit | b5829892b3fa0cd98ec81213624f1c530c8eadd8 (patch) | |
tree | 7a7c08ab9882bb182e0cd122d16dc0c9da7b4030 /src/libffmpeg/xine_encoder.c | |
parent | dd43be108587af6968dbec55b12aebcbd5ada49a (diff) | |
download | xine-lib-b5829892b3fa0cd98ec81213624f1c530c8eadd8.tar.gz xine-lib-b5829892b3fa0cd98ec81213624f1c530c8eadd8.tar.bz2 |
video_out_dxr3.h includes other stuff from the src/dxr3 directory, so there
should be an include path pointing there
CVS patchset: 4975
CVS date: 2003/05/28 13:53:03
Diffstat (limited to 'src/libffmpeg/xine_encoder.c')
-rw-r--r-- | src/libffmpeg/xine_encoder.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libffmpeg/xine_encoder.c b/src/libffmpeg/xine_encoder.c index 4502fb372..c3b9f692e 100644 --- a/src/libffmpeg/xine_encoder.c +++ b/src/libffmpeg/xine_encoder.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: xine_encoder.c,v 1.1 2003/05/25 18:34:54 mroi Exp $ + * $Id: xine_encoder.c,v 1.2 2003/05/28 13:53:03 mroi Exp $ */ /* mpeg encoders for the dxr3 video out plugin. */ @@ -29,7 +29,7 @@ #include <errno.h> #include <math.h> -#include "../dxr3/video_out_dxr3.h" +#include "video_out_dxr3.h" #include "libavcodec/avcodec.h" #define LOG_ENC 0 |