diff options
Diffstat (limited to 'external/libgltf/UnpackedTarball_libgltf.mk')
-rw-r--r-- | external/libgltf/UnpackedTarball_libgltf.mk | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/external/libgltf/UnpackedTarball_libgltf.mk b/external/libgltf/UnpackedTarball_libgltf.mk index f1e618c23b80..176c1d15246b 100644 --- a/external/libgltf/UnpackedTarball_libgltf.mk +++ b/external/libgltf/UnpackedTarball_libgltf.mk @@ -16,23 +16,6 @@ $(eval $(call gb_UnpackedTarball_set_patchflags,libgltf,--binary)) $(eval $(call gb_UnpackedTarball_set_patchlevel,libgltf,1)) $(eval $(call gb_UnpackedTarball_add_patches,libgltf,\ - external/libgltf/patches/libgltf_configure.patch \ - external/libgltf/patches/remove_config_h_in_dependencies.patch \ - external/libgltf/patches/init_scene_set_handle.patch \ - external/libgltf/patches/extend_get_bitmap_for_rgba_ones.patch \ - external/libgltf/patches/wrong_duration_caused_by_uninitialized_member.patch \ - external/libgltf/patches/wrong_media_time_caused_by_missing_fmod.patch \ - external/libgltf/patches/wrong_animation_state_when_set_time_to_null.patch \ - external/libgltf/patches/no_effect_of_set_looping.patch \ - external/libgltf/patches/wrong_media_time_at_first_run_caused_by_uninitilized_member.patch \ - external/libgltf/patches/no_animation_in_orbit_mode.patch \ - external/libgltf/patches/walkthrough_mode_affects_orbit_mode_unexpectedly.patch \ - external/libgltf/patches/move_fps_closer_to_the_corner.patch \ - external/libgltf/patches/compiler_error_fixes.patch \ - external/libgltf/patches/fix_package_file.patch \ - external/libgltf/patches/comma_at_end_of_enumerator_list.patch \ - external/libgltf/patches/extra_semicolon.patch \ - external/libgltf/patches/stop_a_potential_memory_leak.patch \ )) # vim: set noet sw=4 ts=4: |