vpx/vp8/common/rtcd_defs.sh
Christian Duvivier 707b65bd16 Partial import of "New RTCD implementation" from master branch.
Latest version of all scripts/makefile but rtcd_defs.sh is empty, all
existing functions are still selected using the old/current way.

Change-Id: Ib92946a48a31d6c8d1d7359eca524bc1d3e66174
2012-08-08 16:43:48 -07:00

7 lines
91 B
Bash

common_forward_decls() {
cat <<EOF
struct blockd;
EOF
}
forward_decls common_forward_decls