aboutsummaryrefslogtreecommitdiffhomepage
path: root/wscript_build.py
diff options
context:
space:
mode:
authorGravatar wm4 <wm4@nowhere>2015-12-18 01:57:35 +0100
committerGravatar wm4 <wm4@nowhere>2015-12-18 03:59:52 +0100
commit00135a87f04c1d288f8b75fe1df0a28531aced4e (patch)
tree50afe7779b7e33d9ac49321d95b43493300e0180 /wscript_build.py
parent687b552db186af66e97c58792b2db40294e92bad (diff)
sub: rename sd_lavc_conv.c to lavc_conv.c
The previous commit turned sd_lavc_conv from a sd_driver to free-standing functions. Do the rename to reflect this change separately to avoid confusing git's content tracking. (Or did git solve this, making separating renames and content changes unnecessary?)
Diffstat (limited to 'wscript_build.py')
-rw-r--r--wscript_build.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript_build.py b/wscript_build.py
index f04a610b83..ab2df805e2 100644
--- a/wscript_build.py
+++ b/wscript_build.py
@@ -254,12 +254,12 @@ def build(ctx):
( "sub/dec_sub.c" ),
( "sub/draw_bmp.c" ),
( "sub/img_convert.c" ),
+ ( "sub/lavc_conv.c" ),
( "sub/osd.c" ),
( "sub/osd_dummy.c", "dummy-osd" ),
( "sub/osd_libass.c", "libass-osd" ),
( "sub/sd_ass.c", "libass" ),
( "sub/sd_lavc.c" ),
- ( "sub/sd_lavc_conv.c" ),
## Video
( "video/csputils.c" ),