mirror of
				https://bitbucket.org/chromiumembedded/cef
				synced 2025-06-05 21:39:12 +02:00 
			
		
		
		
	Linux: Include the libffmpegsumo.so library in binary distributions (issue #1003).
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@1311 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
		| @@ -606,6 +606,7 @@ elif platform == 'linux': | ||||
|       dst_dir = os.path.join(output_dir, 'Debug') | ||||
|       make_dir(dst_dir, options.quiet) | ||||
|       copy_file(os.path.join(build_dir, lib_dir_name, 'libcef.so'), dst_dir, options.quiet) | ||||
|       copy_file(os.path.join(build_dir, 'libffmpegsumo.so'), dst_dir, options.quiet) | ||||
|     else: | ||||
|       sys.stderr.write("No Debug build files.\n") | ||||
|  | ||||
| @@ -623,6 +624,7 @@ elif platform == 'linux': | ||||
|       copy_file(os.path.join(build_dir, 'cefclient'), dst_dir, options.quiet) | ||||
|     else: | ||||
|       copy_file(os.path.join(build_dir, lib_dir_name, 'libcef.so'), dst_dir, options.quiet) | ||||
|     copy_file(os.path.join(build_dir, 'libffmpegsumo.so'), dst_dir, options.quiet) | ||||
|   else: | ||||
|     sys.stderr.write("No Release build files.\n") | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user