From 68ff8a0484b592a629ef2bbcb0537265ae36d1d0 Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 29 Aug 2014 12:09:04 +0200 Subject: Move compat/ and bstr/ directory contents somewhere else bstr.c doesn't really deserve its own directory, and compat had just a few files, most of which may as well be in osdep. There isn't really any justification for these extra directories, so get rid of them. The compat/libav.h was empty - just delete it. We changed our approach to API compatibility, and will likely not need it anymore. --- wscript_build.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'wscript_build.py') diff --git a/wscript_build.py b/wscript_build.py index cfd28088da..95860bb471 100644 --- a/wscript_build.py +++ b/wscript_build.py @@ -155,9 +155,6 @@ def build(ctx): ( "audio/out/pull.c" ), ( "audio/out/push.c" ), - ## Bstr - ( "bstr/bstr.c" ), - ## Core ( "common/av_common.c" ), ( "common/av_log.c" ), @@ -198,6 +195,7 @@ def build(ctx): ( "input/lirc.c", "lirc" ), ## Misc + ( "misc/bstr.c" ), ( "misc/charset_conv.c" ), ( "misc/dispatch.c" ), ( "misc/ring.c" ), -- cgit v1.2.3