comparison libmpcodecs/vf.c @ 17882:8dd9503e4d19

compile in the filters that depend on libavcodec/dsputil.h only when mplayer is configured to use the imported libavcodec
author nicodvb
date Thu, 16 Mar 2006 21:56:24 +0000
parents f580a7755ac5
children 20aca9baf5d8
comparison
equal deleted inserted replaced
17881:76b492415fd6 17882:8dd9503e4d19
170 &vf_info_framestep, 170 &vf_info_framestep,
171 &vf_info_tile, 171 &vf_info_tile,
172 &vf_info_delogo, 172 &vf_info_delogo,
173 &vf_info_remove_logo, 173 &vf_info_remove_logo,
174 &vf_info_hue, 174 &vf_info_hue,
175 #ifdef USE_LIBAVCODEC 175 #ifdef USE_LIBAVCODEC_DSPUTIL
176 &vf_info_spp, 176 &vf_info_spp,
177 &vf_info_uspp, 177 &vf_info_uspp,
178 &vf_info_fspp, 178 &vf_info_fspp,
179 &vf_info_pp7, 179 &vf_info_qp,
180 #endif 180 #endif
181 &vf_info_yuvcsp, 181 &vf_info_yuvcsp,
182 &vf_info_kerndeint, 182 &vf_info_kerndeint,
183 &vf_info_rgbtest, 183 &vf_info_rgbtest,
184 #ifdef USE_LIBAVCODEC 184 #ifdef USE_LIBAVCODEC
185 &vf_info_qp, 185 &vf_info_pp7,
186 #endif 186 #endif
187 &vf_info_phase, 187 &vf_info_phase,
188 &vf_info_divtc, 188 &vf_info_divtc,
189 &vf_info_harddup, 189 &vf_info_harddup,
190 &vf_info_softskip, 190 &vf_info_softskip,