libavcodec/tableprint_vlc.h: include lavu/reverse.c for ff_reverse.
Fixes the build with --enable-hardcoded-tables since ff_reverse has moved to lavu.
This commit is contained in:
		
							parent
							
								
									5f501f066e
								
							
						
					
					
						commit
						4f74efa76d
					
				@ -38,6 +38,7 @@
 | 
				
			|||||||
#include "tableprint.h"
 | 
					#include "tableprint.h"
 | 
				
			||||||
#include "get_bits.h"
 | 
					#include "get_bits.h"
 | 
				
			||||||
#include "mathtables.c"
 | 
					#include "mathtables.c"
 | 
				
			||||||
 | 
					#include "libavutil/reverse.c"
 | 
				
			||||||
#include "bitstream.c"
 | 
					#include "bitstream.c"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#define REPLACE_DEFINE2(type) write_##type##_array
 | 
					#define REPLACE_DEFINE2(type) write_##type##_array
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user