comparison libmpcodecs/ve_xvid4.c @ 18771:a1807995e2ab

Move #ifdefs around complete files into the build system.
author diego
date Wed, 21 Jun 2006 14:49:09 +0000
parents 20aca9baf5d8
children 36589811e5d0
comparison
equal deleted inserted replaced
18770:b6225b75d0b0 18771:a1807995e2ab
33 #include <limits.h> 33 #include <limits.h>
34 #include <time.h> 34 #include <time.h>
35 35
36 #include "config.h" 36 #include "config.h"
37 #include "mp_msg.h" 37 #include "mp_msg.h"
38
39 #ifdef HAVE_XVID4
40 38
41 #include "codec-cfg.h" 39 #include "codec-cfg.h"
42 #include "stream.h" 40 #include "stream.h"
43 #include "demuxer.h" 41 #include "demuxer.h"
44 #include "stheader.h" 42 #include "stheader.h"
1595 "No comment", 1593 "No comment",
1596 vf_open 1594 vf_open
1597 }; 1595 };
1598 1596
1599 1597
1600 #endif /* HAVE_XVID4 */
1601
1602 /* Please do not change that tag comment. 1598 /* Please do not change that tag comment.
1603 * arch-tag: 42ccc257-0548-4a3e-9617-2876c4e8ac88 mplayer xvid encoder module */ 1599 * arch-tag: 42ccc257-0548-4a3e-9617-2876c4e8ac88 mplayer xvid encoder module */