Changeset 457396b95c0c0e3a046fd9e6d59eebb91e294a7c
- Timestamp:
- 06/07/07 23:33:15
(1 year ago)
- Author:
- Jean-Paul Saman <jpsaman@videolan.org>
- git-committer:
- Jean-Paul Saman <jpsaman@videolan.org> 1183757595 +0000
- git-parent:
[fa8043483e123b9650782a30cc12d886677571cd]
- git-author:
- Jean-Paul Saman <jpsaman@videolan.org> 1183757595 +0000
- Message:
Remove telx decoder from configure.ac
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rfa80434 |
r457396b |
|
| 1218 | 1218 | VLC_ADD_PLUGINS([dummy logger memcpy]) |
|---|
| 1219 | 1219 | VLC_ADD_PLUGINS([mpgv mpga m4v m4a h264 vc1 ps pva avi asf mp4 rawdv rawvid nsv real aiff mjpeg demuxdump flacsys tta]) |
|---|
| 1220 | | VLC_ADD_PLUGINS([cvdsub svcdsub spudec telx subsdec dvbsub mpeg_audio lpcm a52 dts cinepak flac]) |
|---|
| | 1220 | VLC_ADD_PLUGINS([cvdsub svcdsub spudec subsdec dvbsub mpeg_audio lpcm a52 dts cinepak flac]) |
|---|
| 1221 | 1221 | VLC_ADD_PLUGINS([deinterlace invert adjust transform wave ripple psychedelic gradient motionblur rv32 rotate noise extract sharpen]) |
|---|
| 1222 | 1222 | VLC_ADD_PLUGINS([converter_fixed mono]) |
|---|
| … | … | |
| 3792 | 3792 | zvbi-0.2 >= 0.2.25, |
|---|
| 3793 | 3793 | [ |
|---|
| 3794 | | AC_DEFINE(HAVE_ZVBI_H, 1, |
|---|
| 3795 | | Define if Teletext decoder based on zvbi lib is used.) |
|---|
| 3796 | 3794 | VLC_ADD_LDFLAGS([zvbi],[$ZVBI_LIBS]) |
|---|
| 3797 | 3795 | VLC_ADD_CFLAGS([zvbi],[$ZVBI_CFLAGS]) |
|---|