summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorUoti Urpala <uau@glyph.nonexistent.invalid>2010-03-09 23:06:40 +0200
committerUoti Urpala <uau@glyph.nonexistent.invalid>2010-03-09 23:06:40 +0200
commit81c42234489881b522d94f2a121a93855e7fa099 (patch)
treed9bc89a9a59d7a7451e9ad429fe08bf027b4f9b9 /Makefile
parent36e7a20e695b376287310d602b44d6719f82a021 (diff)
downloadmpv-81c42234489881b522d94f2a121a93855e7fa099.tar.bz2
mpv-81c42234489881b522d94f2a121a93855e7fa099.tar.xz
Makefile: remove outdated vf_halfpack entry
Remove an outdated entry left over from when vf_halfpack depended on libswscale internals.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 397c9e283a..e01315fe0f 100644
--- a/Makefile
+++ b/Makefile
@@ -796,7 +796,7 @@ $(DEPS) $(MENCODER_DEPS) $(MPLAYER_DEPS): help_mp.h
$(call ADDSUFFIXES,.d .o,mpcommon vobsub stream/stream_cddb stream/network libmpdemux/muxer_avi osdep/mplayer.rc): version.h
# Files that depend on libswscale internals
-libvo/vo_mga.o libvo/vo_xmga.o libmpcodecs/vf_halfpack.o libmpcodecs/vf_palette.o libmpcodecs/vf_rgb2bgr.o libmpcodecs/vf_yuy2.o: CFLAGS := -I$(FFMPEG_SOURCE_PATH) $(CFLAGS)
+libvo/vo_mga.o libvo/vo_xmga.o libmpcodecs/vf_palette.o libmpcodecs/vf_rgb2bgr.o libmpcodecs/vf_yuy2.o: CFLAGS := -I$(FFMPEG_SOURCE_PATH) $(CFLAGS)
# Files that depend on libavcodec internals
libaf/af_lavcac3enc.o libmpcodecs/vf_fspp.o libmpcodecs/vf_geq.o libmpcodecs/vf_mcdeint.o libmpcodecs/vf_qp.o libmpcodecs/vf_spp.o libvo/jpeg_enc.o: CFLAGS := -I$(FFMPEG_SOURCE_PATH) $(CFLAGS)