forked from FFmpeg/FFmpeg
riscv: remove unnecessary #include's
This commit is contained in:
parent
51a20517d2
commit
da1ab7940e
7 changed files with 0 additions and 7 deletions
|
@ -18,7 +18,6 @@
|
|||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include "libavutil/riscv/asm.S"
|
||||
|
||||
func ff_ac3_exponent_min_rvb, zbb
|
||||
|
|
|
@ -18,7 +18,6 @@
|
|||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include "libavutil/riscv/asm.S"
|
||||
|
||||
func ff_ac3_exponent_min_rvv, zve32x
|
||||
|
|
|
@ -18,7 +18,6 @@
|
|||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include "libavutil/riscv/asm.S"
|
||||
|
||||
func ff_extract_exponents_rvvb, zve32x, zvbb, zba
|
||||
|
|
|
@ -18,7 +18,6 @@
|
|||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include "libavutil/riscv/asm.S"
|
||||
#include "libavutil/riscv/bswap_rvb.S"
|
||||
|
||||
|
|
|
@ -18,7 +18,6 @@
|
|||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include "libavutil/riscv/asm.S"
|
||||
|
||||
func ff_bswap16_buf_rvv, zve32x, zba
|
||||
|
|
|
@ -18,7 +18,6 @@
|
|||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include "libavutil/riscv/asm.S"
|
||||
|
||||
func ff_bswap32_buf_rvvb, zve32x, zvbb, zba
|
||||
|
|
|
@ -18,7 +18,6 @@
|
|||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include "libavutil/riscv/asm.S"
|
||||
#include "libavutil/riscv/bswap_rvb.S"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue