No description
Find a file
Martin Storsjo cc87241e79 Don't declare variables after statements
This fixes building with compilers that are strict about the pre-C99
rule about having all variable declarations before statements.

Change-Id: I06dd0cc42a6dbe90025c3c913a0c8d9ffb0acbcb
2015-06-25 13:29:52 +03:00
common Don't declare variables after statements 2015-06-25 13:29:52 +03:00
decoder Don't declare variables after statements 2015-06-25 13:29:52 +03:00
encoder Don't declare variables after statements 2015-06-25 13:29:52 +03:00
test avcenc: Make sure that "avcenc --help" works as intended 2015-06-24 21:07:43 +00:00
Android.mk fix file permissions 2015-05-05 17:34:51 +00:00
decoder.arm.mk Allow using the clang built-in arm assembler 2015-06-24 20:46:19 +00:00
decoder.arm64.mk Allow using the clang built-in arm assembler 2015-06-24 20:46:19 +00:00
decoder.mips.mk fix file permissions 2015-05-05 17:34:51 +00:00
decoder.mips64.mk Fix a variable name typo in the mips64 makefiles 2015-05-20 14:57:43 +03:00
decoder.mk Remove unnecessary defines/undefines in the makefiles 2015-06-24 20:37:31 +00:00
decoder.x86.mk Don't add -m32/-m64 to the cflags 2015-06-24 20:37:53 +00:00
decoder.x86_64.mk Don't add -m32/-m64 to the cflags 2015-06-24 20:37:53 +00:00
encoder.arm.mk Allow using the clang built-in arm assembler 2015-06-24 20:46:19 +00:00
encoder.arm64.mk Allow using the clang built-in arm assembler 2015-06-24 20:46:19 +00:00
encoder.mips.mk fix file permissions 2015-05-05 17:34:51 +00:00
encoder.mips64.mk Fix a variable name typo in the mips64 makefiles 2015-05-20 14:57:43 +03:00
encoder.mk Remove unnecessary defines/undefines in the makefiles 2015-06-24 20:37:31 +00:00
encoder.x86.mk Don't add -m32/-m64 to the cflags 2015-06-24 20:37:53 +00:00
encoder.x86_64.mk Don't add -m32/-m64 to the cflags 2015-06-24 20:37:53 +00:00