diff options
author | Diego Biurrun <diego@biurrun.de> | 2012-02-06 19:16:44 +0100 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2012-04-12 21:30:13 +0200 |
commit | baaab6069a261354a1c9470f3185686ad85166c6 (patch) | |
tree | 93274ff583301040ac992291eceff91b6c1613c1 /libswscale/bfin | |
parent | 18e8fef7c9292041e3266487d9bc6b59e5eaa798 (diff) | |
download | ffmpeg-baaab6069a261354a1c9470f3185686ad85166c6.tar.gz |
build: Move all arch OBJS declarations into arch subdirectory Makefiles.
Diffstat (limited to 'libswscale/bfin')
-rw-r--r-- | libswscale/bfin/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libswscale/bfin/Makefile b/libswscale/bfin/Makefile new file mode 100644 index 0000000000..5f34550427 --- /dev/null +++ b/libswscale/bfin/Makefile @@ -0,0 +1,3 @@ +OBJS += bfin/internal_bfin.o \ + bfin/swscale_bfin.o \ + bfin/yuv2rgb_bfin.o \ |