Problem with installing SDL_Movie/ SDL_video on Ubuntu

I m using SDL on ubuntu to create a game and i need to play a video file but i don’t have the library for the video.
i tried to include SDL/SDL_Movie.h but it isin’t working
how can i install the library for a video

Is there a such thing as SDL_Movie? I’m not aware of a project (or header) named that.

i found a tutorial to load a video file on DSL and he used the library SDL_Movie
do you know another solution to load a video file on SDL